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.springframework.core.log.LogAccessor logger,
LogIfLevelEnabled.Level level) |
Modifier and Type | Method and Description |
---|---|
void |
log(java.util.function.Supplier<java.lang.CharSequence> messageSupplier) |
void |
log(java.util.function.Supplier<java.lang.CharSequence> messageSupplier,
java.lang.Throwable thrown) |
public LogIfLevelEnabled(org.springframework.core.log.LogAccessor logger, LogIfLevelEnabled.Level level)