public class NoneLogger extends AbstractLogger
Updated to WrapLog version 1.1.
| Constructor | Description |
|---|---|
NoneLogger() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
reallyLog(int logLevel,
java.lang.String message,
java.lang.Throwable error) |
Does nothing.
|
checkLevel, debug, debug, error, error, getLevel, getLoggedMessageCount, info, info, isDebugEnabled, isEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, setLevel, warn, warnprotected void reallyLog(int logLevel,
java.lang.String message,
java.lang.Throwable error)
reallyLog in class AbstractLoggerlogLevel - one of: Level.DEBUG, Level.INFO, Level.WARN, Level.ERRORmessage - the actual message; this will never be nullerror - an error that is related to the message; unless null, the name and stack trace of the error are loggedAbstractLogger.reallyLog(int, java.lang.String,
java.lang.Throwable)