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(Level level) |
default void |
log(Level level,
Object message) |
void |
log(Level level,
Object message,
Throwable t) |
static final SimplifiedLog EMPTY
SimplifiedLog that does nothingCopyright © 2018–2020 The Apache Software Foundation. All rights reserved.