public interface XRLogger
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLogLevelEnabled(Diagnostic diagnostic) |
default void |
log(Diagnostic diagnostic)
Default slow (!) implementation for logging a Diagnostic object.
|
void |
log(String where,
Level level,
String msg) |
void |
log(String where,
Level level,
String msg,
Throwable th) |
void |
setLevel(String logger,
Level level) |
boolean isLogLevelEnabled(Diagnostic diagnostic)
default void log(Diagnostic diagnostic)
diagnostic - Copyright © 2004–2025. All rights reserved.