Class LogIfLevelEnabled
- java.lang.Object
- 
- org.springframework.kafka.support.LogIfLevelEnabled
 
- 
 public final class LogIfLevelEnabled extends java.lang.ObjectWrapper for a commons-logging Log supporting configurable logging levels.- Since:
- 2.1.2
- Author:
- Gary Russell
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLogIfLevelEnabled.LevelLogging levels.
 - 
Constructor SummaryConstructors Constructor Description LogIfLevelEnabled(org.springframework.core.log.LogAccessor logger, LogIfLevelEnabled.Level level)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlog(java.util.function.Supplier<java.lang.CharSequence> messageSupplier)voidlog(java.util.function.Supplier<java.lang.CharSequence> messageSupplier, java.lang.Throwable thrown)
 
- 
- 
- 
Constructor Detail- 
LogIfLevelEnabledpublic LogIfLevelEnabled(org.springframework.core.log.LogAccessor logger, LogIfLevelEnabled.Level level)
 
- 
 
-