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 Summary
Modifier and TypeFieldDescriptionstatic final String
TheDEBUG
level designates fine-grained informational events that are most useful to debug Kafkastatic final String
TheERROR
level designates error events that might still allow the broker to continue running.static final String
TheFATAL
level designates a very severe error that will lead the Kafka broker to abort.static final String
TheINFO
level designates informational messages that highlight normal Kafka events at a coarse-grained levelstatic final String
TheTRACE
level designates finer-grained informational events than theDEBUG
level.static final String
TheWARN
level designates potentially harmful situations. -
Constructor Summary
-
Method Summary
-
Field Details
-
FATAL_LOG_LEVEL
TheFATAL
level designates a very severe error that will lead the Kafka broker to abort.- See Also:
-
ERROR_LOG_LEVEL
TheERROR
level designates error events that might still allow the broker to continue running.- See Also:
-
WARN_LOG_LEVEL
TheWARN
level designates potentially harmful situations.- See Also:
-
INFO_LOG_LEVEL
TheINFO
level designates informational messages that highlight normal Kafka events at a coarse-grained level- See Also:
-
DEBUG_LOG_LEVEL
TheDEBUG
level designates fine-grained informational events that are most useful to debug Kafka- See Also:
-
TRACE_LOG_LEVEL
TheTRACE
level designates finer-grained informational events than theDEBUG
level.- See Also:
-
VALID_LOG_LEVELS
-
-
Constructor Details
-
LogLevelConfig
public LogLevelConfig()
-