Module ch.qos.logback.classic
Package ch.qos.logback.classic
package ch.qos.logback.classic
Contains logback classic main classes.
-
ClassDescriptionIn order to optimize performance this appender deems events of level TRACE, DEBUG and INFO as discardable.BasicConfigurator configures logback-classic by attaching a
ConsoleAppender
to the root logger.Defines the set of levels recognized by logback-classic, that isLevel.OFF
,Level.ERROR
,Level.WARN
,Level.INFO
,Level.DEBUG
,Level.TRACE
andLevel.ALL
.LoggerContext glues many of the logback-classic components together.A flexible layout configurable with pattern string.