public abstract class SimplifiedLoggerSkeleton extends LoggerSkeleton implements SimplifiedLog
SimplifiedLog methods.
Note: we need the explicit overrides even though they are defined in SimplifiedLog as default
since they are defined as abstract in the slf4j Logger interface| Modifier and Type | Field and Description |
|---|---|
static SimplifiedLoggerSkeleton |
EMPTY |
protected String |
name |
| Modifier | Constructor and Description |
|---|---|
protected |
SimplifiedLoggerSkeleton(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg,
Throwable err) |
void |
error(String msg,
Throwable err) |
void |
info(String msg,
Throwable err) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
protected Object |
readResolve() |
void |
trace(String msg,
Throwable err) |
void |
warn(String msg,
Throwable err) |
debug, debug, debug, debug, error, error, error, error, info, info, info, info, trace, trace, trace, trace, warn, warn, warn, warndebug, debug, debug, debug, debug, error, error, error, error, error, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, toString, trace, trace, trace, trace, trace, warn, warn, warn, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebug, error, info, isDebugEnabled, isEnabledLevel, isErrorEnabled, isInfoEnabled, isLoggable, isTraceEnabled, isWarnEnabled, log, log, trace, warnpublic static final SimplifiedLoggerSkeleton EMPTY
protected String name
protected SimplifiedLoggerSkeleton(String name)
public boolean isErrorEnabled()
isErrorEnabled in interface SimplifiedLogisErrorEnabled in interface org.slf4j.Loggerpublic void error(String msg, Throwable err)
error in interface SimplifiedLogerror in interface org.slf4j.Loggerpublic boolean isWarnEnabled()
isWarnEnabled in interface SimplifiedLogisWarnEnabled in interface org.slf4j.Loggerpublic void warn(String msg, Throwable err)
warn in interface SimplifiedLogwarn in interface org.slf4j.Loggerpublic boolean isInfoEnabled()
isInfoEnabled in interface SimplifiedLogisInfoEnabled in interface org.slf4j.Loggerpublic void info(String msg, Throwable err)
info in interface SimplifiedLoginfo in interface org.slf4j.Loggerpublic boolean isDebugEnabled()
isDebugEnabled in interface SimplifiedLogisDebugEnabled in interface org.slf4j.Loggerpublic void debug(String msg, Throwable err)
debug in interface SimplifiedLogdebug in interface org.slf4j.Loggerpublic boolean isTraceEnabled()
isTraceEnabled in interface SimplifiedLogisTraceEnabled in interface org.slf4j.Loggerpublic void trace(String msg, Throwable err)
trace in interface SimplifiedLogtrace in interface org.slf4j.Loggerprotected Object readResolve() throws ObjectStreamException
ObjectStreamExceptionCopyright © 2018–2024 The Apache Software Foundation. All rights reserved.