Class Slf4jLog
java.lang.Object
org.eclipse.jetty.util.log.AbstractLogger
org.eclipse.jetty.util.log.Slf4jLog
- All Implemented Interfaces:
Logger
Slf4jLog Logger
-
Field Summary
FieldsFields inherited from class AbstractLogger
LEVEL_ALL, LEVEL_DEBUG, LEVEL_DEFAULT, LEVEL_INFO, LEVEL_OFF, LEVEL_WARN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFormats and logs at debug level.voidFormats and logs at debug level.voidLogs the given message at debug level, with Throwable information.voidLogs the given Throwable information at debug levelgetName()voidIgnore an exception.voidFormats and logs at info level.voidLogs the given message at info level, with Throwable information.voidLogs the given Throwable information at info levelbooleanprotected LoggerCreate a Child Logger of this Logger.voidsetDebugEnabled(boolean enabled) Mutator used to turn debug on programmatically.toString()voidFormats and logs at warn level.voidLogs the given message at warn level, with Throwable information.voidLogs the given Throwable information at warn levelMethods inherited from class AbstractLogger
condensePackageString, getLevelId, getLogger, getLoggingProperty, lookupLoggingLevel
-
Field Details
-
_logger
private final org.slf4j.Logger _logger
-
-
Constructor Details
-
Slf4jLog
-
Slf4jLog
-
-
Method Details
-
getName
- Returns:
- the name of this logger
-
warn
-
warn
-
warn
-
info
-
info
-
info
-
debug
-
debug
-
debug
-
debug
-
isDebugEnabled
public boolean isDebugEnabled()- Returns:
- whether the debug level is enabled
-
setDebugEnabled
public void setDebugEnabled(boolean enabled) Description copied from interface:LoggerMutator used to turn debug on programmatically.- Parameters:
enabled- whether to enable the debug level
-
newLogger
Create a Child Logger of this Logger.- Specified by:
newLoggerin classAbstractLogger
-
ignore
-
toString
-