Package com.openhtmltopdf.util
Interface XRLogger
-
- All Known Implementing Classes:
JDKXRLogger
public interface XRLoggerAn interface whose implementations log Flying Saucer log messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanisLogLevelEnabled(Diagnostic diagnostic)default voidlog(Diagnostic diagnostic)Default slow (!) implementation for logging a Diagnostic object.voidlog(String where, Level level, String msg)voidlog(String where, Level level, String msg, Throwable th)voidsetLevel(String logger, Level level)
-
-
-
Method Detail
-
isLogLevelEnabled
boolean isLogLevelEnabled(Diagnostic diagnostic)
-
log
default void log(Diagnostic diagnostic)
Default slow (!) implementation for logging a Diagnostic object. Concrete implementation must/should override it.- Parameters:
diagnostic-
-
-