Package org.apache.kafka.common.config
Class LogLevelConfig
java.lang.Object
org.apache.kafka.common.config.LogLevelConfig
This class holds definitions for log level configurations related to Kafka's application logging. See KIP-412 for additional information
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringTheDEBUGlevel designates fine-grained informational events that are most useful to debug Kafkastatic final StringTheERRORlevel designates error events that might still allow the broker to continue running.static final StringTheFATALlevel designates a very severe error that will lead the Kafka broker to abort.static final StringTheINFOlevel designates informational messages that highlight normal Kafka events at a coarse-grained levelstatic final StringTheTRACElevel designates finer-grained informational events than theDEBUGlevel.static final StringTheWARNlevel designates potentially harmful situations.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
FATAL_LOG_LEVELTheFATALlevel designates a very severe error that will lead the Kafka broker to abort.- See Also:
 
- 
ERROR_LOG_LEVELTheERRORlevel designates error events that might still allow the broker to continue running.- See Also:
 
- 
WARN_LOG_LEVELTheWARNlevel designates potentially harmful situations.- See Also:
 
- 
INFO_LOG_LEVELTheINFOlevel designates informational messages that highlight normal Kafka events at a coarse-grained level- See Also:
 
- 
DEBUG_LOG_LEVELTheDEBUGlevel designates fine-grained informational events that are most useful to debug Kafka- See Also:
 
- 
TRACE_LOG_LEVELTheTRACElevel designates finer-grained informational events than theDEBUGlevel.- See Also:
 
- 
VALID_LOG_LEVELS
 
- 
- 
Constructor Details- 
LogLevelConfigpublic LogLevelConfig()
 
-