Module ch.qos.logback.core
Package ch.qos.logback.core.pattern
package ch.qos.logback.core.pattern
Contains the base classes used by PatternLayout.
These classes lay the groundwork so that subclasses of PatternLayoutBase can use module-specific patterns.
-
ClassDescriptionConverter<E>A minimal converter which sets up the general interface for derived classes.As the name suggests, a DynamicConverter performs a conversion based on the parameter E given to the
invalid reference
#convert(E)
FormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.Implements this to perform post compile processing for a PatternLayout.