Uses of Enum Class
org.springframework.kafka.support.LogIfLevelEnabled.Level
Package
Description
Package for kafka listeners
Package for kafka support
-
Uses of LogIfLevelEnabled.Level in org.springframework.kafka.listener
Modifier and TypeMethodDescriptionConsumerProperties.getCommitLogLevel()
The level at which to log offset commits.Modifier and TypeMethodDescriptionvoid
ConsumerProperties.setCommitLogLevel
(LogIfLevelEnabled.Level commitLogLevel) Set the level at which to log offset commits. -
Uses of LogIfLevelEnabled.Level in org.springframework.kafka.support
Modifier and TypeMethodDescriptionstatic LogIfLevelEnabled.Level
Returns the enum constant of this class with the specified name.static LogIfLevelEnabled.Level[]
LogIfLevelEnabled.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionLogIfLevelEnabled
(LogAccessor logger, LogIfLevelEnabled.Level level)