Class Slf4jLogger
java.lang.Object
com.openhtmltopdf.slf4j.Slf4jLogger
- All Implemented Interfaces:
XRLogger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringgetLoggerName(String xrLoggerName) booleanisLogLevelEnabled(Diagnostic diagnostic) voidlog(Diagnostic diagnostic) Default slow (!) implementation for logging a Diagnostic object.voidvoidvoidsetDefaultLoggerName(String defaultLoggerName) voidvoidsetLoggerNameMap(Map<String, String> loggerNameMap)
-
Field Details
-
DEFAULT_LOGGER_NAME
- See Also:
-
LOGGER_NAME_MAP
-
_defaultLoggerName
-
_loggerNameMap
-
-
Constructor Details
-
Slf4jLogger
public Slf4jLogger()
-
-
Method Details
-
isLogLevelEnabled
- Specified by:
isLogLevelEnabledin interfaceXRLogger
-
log
Description copied from interface:XRLoggerDefault slow (!) implementation for logging a Diagnostic object. Concrete implementation must/should override it. -
log
-
log
-
getLoggerName
-
setLevel
-
getLoggerNameMap
-
setLoggerNameMap
-
getDefaultLoggerName
-
setDefaultLoggerName
-