Package com.openhtmltopdf.slf4j
Class Slf4jLogger
- java.lang.Object
-
- com.openhtmltopdf.slf4j.Slf4jLogger
-
-
Constructor Summary
Constructors Constructor Description Slf4jLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultLoggerName()Map<String,String>getLoggerNameMap()booleanisLogLevelEnabled(Diagnostic diagnostic)voidlog(Diagnostic diagnostic)voidlog(String where, Level level, String msg)voidlog(String where, Level level, String msg, Throwable th)voidsetDefaultLoggerName(String defaultLoggerName)voidsetLevel(String logger, Level level)voidsetLoggerNameMap(Map<String,String> loggerNameMap)
-
-
-
Method Detail
-
isLogLevelEnabled
public boolean isLogLevelEnabled(Diagnostic diagnostic)
- Specified by:
isLogLevelEnabledin interfaceXRLogger
-
log
public void log(Diagnostic diagnostic)
-
getDefaultLoggerName
public String getDefaultLoggerName()
-
setDefaultLoggerName
public void setDefaultLoggerName(String defaultLoggerName)
-
-