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