public interface SimplifiedLog
| Modifier and Type | Field and Description |
|---|---|
static SimplifiedLog |
EMPTY
An "empty"
SimplifiedLog that does nothing |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled(java.util.logging.Level level) |
default void |
log(java.util.logging.Level level,
java.lang.Object message) |
void |
log(java.util.logging.Level level,
java.lang.Object message,
java.lang.Throwable t) |
static final SimplifiedLog EMPTY
SimplifiedLog that does nothing