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 SimplifiedLoggerSkeleton
protected String
private static final long
Fields 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, warn
Methods 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, warn
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.slf4j.Logger
getName
Methods 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:
isErrorEnabled
in interfaceorg.slf4j.Logger
- Specified by:
isErrorEnabled
in interfaceSimplifiedLog
-
error
- Specified by:
error
in interfaceorg.slf4j.Logger
- Specified by:
error
in interfaceSimplifiedLog
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabled
in interfaceorg.slf4j.Logger
- Specified by:
isWarnEnabled
in interfaceSimplifiedLog
-
warn
- Specified by:
warn
in interfaceorg.slf4j.Logger
- Specified by:
warn
in interfaceSimplifiedLog
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabled
in interfaceorg.slf4j.Logger
- Specified by:
isInfoEnabled
in interfaceSimplifiedLog
-
info
- Specified by:
info
in interfaceorg.slf4j.Logger
- Specified by:
info
in interfaceSimplifiedLog
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabled
in interfaceorg.slf4j.Logger
- Specified by:
isDebugEnabled
in interfaceSimplifiedLog
-
debug
- Specified by:
debug
in interfaceorg.slf4j.Logger
- Specified by:
debug
in interfaceSimplifiedLog
-
isTraceEnabled
public boolean isTraceEnabled()- Specified by:
isTraceEnabled
in interfaceorg.slf4j.Logger
- Specified by:
isTraceEnabled
in interfaceSimplifiedLog
-
trace
- Specified by:
trace
in interfaceorg.slf4j.Logger
- Specified by:
trace
in interfaceSimplifiedLog
-
getName
- Specified by:
getName
in interfaceorg.slf4j.Logger
-
readResolve
- Throws:
ObjectStreamException
-