Class SimplifiedLoggerSkeleton
java.lang.Object
org.slf4j.helpers.MarkerIgnoringBase
org.apache.sshd.common.util.logging.LoggerSkeleton
org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- All Implemented Interfaces:
Serializable,SimplifiedLog,org.slf4j.Logger
Routes the effective logging to the
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- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimplifiedLoggerSkeletonprotected Stringprivate static final longFields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.util.logging.LoggerSkeleton
debug, debug, debug, debug, error, error, error, error, info, info, info, info, trace, trace, trace, trace, warn, warn, warn, warnMethods inherited from class org.slf4j.helpers.MarkerIgnoringBase
debug, 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, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.slf4j.Logger
getNameMethods inherited from interface org.apache.sshd.common.util.logging.SimplifiedLog
debug, error, info, isEnabledLevel, log, log, trace, warn
-
Field Details
-
EMPTY
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
-
Constructor Details
-
SimplifiedLoggerSkeleton
-
-
Method Details
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceorg.slf4j.Logger- Specified by:
isErrorEnabledin interfaceSimplifiedLog
-
error
- Specified by:
errorin interfaceorg.slf4j.Logger- Specified by:
errorin interfaceSimplifiedLog
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceorg.slf4j.Logger- Specified by:
isWarnEnabledin interfaceSimplifiedLog
-
warn
- Specified by:
warnin interfaceorg.slf4j.Logger- Specified by:
warnin interfaceSimplifiedLog
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceorg.slf4j.Logger- Specified by:
isInfoEnabledin interfaceSimplifiedLog
-
info
- Specified by:
infoin interfaceorg.slf4j.Logger- Specified by:
infoin interfaceSimplifiedLog
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.slf4j.Logger- Specified by:
isDebugEnabledin interfaceSimplifiedLog
-
debug
- Specified by:
debugin interfaceorg.slf4j.Logger- Specified by:
debugin interfaceSimplifiedLog
-
isTraceEnabled
public boolean isTraceEnabled()- Specified by:
isTraceEnabledin interfaceorg.slf4j.Logger- Specified by:
isTraceEnabledin interfaceSimplifiedLog
-
trace
- Specified by:
tracein interfaceorg.slf4j.Logger- Specified by:
tracein interfaceSimplifiedLog
-
getName
- Specified by:
getNamein interfaceorg.slf4j.Logger
-
readResolve
- Throws:
ObjectStreamException
-