public final class LogIfLevelEnabled
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LogIfLevelEnabled.Level
Logging levels.
|
Constructor and Description |
---|
LogIfLevelEnabled(org.apache.commons.logging.Log logger,
LogIfLevelEnabled.Level level) |
Modifier and Type | Method and Description |
---|---|
void |
log(java.util.function.Supplier<java.lang.Object> messageSupplier) |
void |
log(java.util.function.Supplier<java.lang.Object> messageSupplier,
java.lang.Throwable t) |
public LogIfLevelEnabled(org.apache.commons.logging.Log logger, LogIfLevelEnabled.Level level)