Uses of Enum Class
org.springframework.kafka.support.LogIfLevelEnabled.Level
Packages that use LogIfLevelEnabled.Level
Package
Description
Package for kafka listeners
Package for kafka support
-
Uses of LogIfLevelEnabled.Level in org.springframework.kafka.listener
Methods in org.springframework.kafka.listener that return LogIfLevelEnabled.LevelModifier and TypeMethodDescriptionConsumerProperties.getCommitLogLevel()
The level at which to log offset commits.Methods in org.springframework.kafka.listener with parameters of type LogIfLevelEnabled.LevelModifier 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
Methods in org.springframework.kafka.support that return LogIfLevelEnabled.LevelModifier 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.Constructors in org.springframework.kafka.support with parameters of type LogIfLevelEnabled.LevelModifierConstructorDescriptionLogIfLevelEnabled
(LogAccessor logger, LogIfLevelEnabled.Level level)