|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.wraplog.AbstractLogger
net.sf.wraplog.NoneLogger
A Logger that does not log anywhere. This is a useful a an internal default for libraries before the client applications sets a logger.
Constructor Summary | |
NoneLogger()
|
Method Summary | |
protected void |
reallyLog(int logLevel,
String message,
Throwable error)
Log a message and optional error details. |
Methods inherited from class net.sf.wraplog.AbstractLogger |
checkLevel, debug, debug, debug, debug, error, error, error, error, getLevel, getLoggedMessageCount, handleError, handleError, info, info, info, info, isDebugEnabled, isEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, log, log, setLevel, setLoggingErrorHandler, warn, warn, warn, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoneLogger()
Method Detail |
protected void reallyLog(int logLevel, String message, Throwable error)
AbstractLogger
reallyLog
in class AbstractLogger
logLevel
- one of: Level.DEBUG, Level.INFO, Level.WARN, Level.ERRORmessage
- the actual message; this will never be null
error
- an error that is related to the message; unless
null
, the name and stack trace of the error
are logged
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |