Package com.openhtmltopdf.util
Interface XRLogger
- All Known Implementing Classes:
JDKXRLogger
,Slf4jLogger
public interface XRLogger
An interface whose implementations log Flying Saucer log messages.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isLogLevelEnabled
(Diagnostic diagnostic) default void
log
(Diagnostic diagnostic) Default slow (!) implementation for logging a Diagnostic object.void
void
void
-
Method Details
-
log
-
log
-
setLevel
-
isLogLevelEnabled
-
log
Default slow (!) implementation for logging a Diagnostic object. Concrete implementation must/should override it.- Parameters:
diagnostic
-
-