Module ch.qos.logback.classic
Package ch.qos.logback.classic.pattern
Provides classes implementing format specifiers in conversion patterns.
-
Interface Summary Interface Description Abbreviator An interface used for abbreviating strings according to different policies. -
Class Summary Class Description CallerDataConverter This converter outputs caller data depending on depth or depth range and marker data.ClassicConverter This class serves the super-class of almost all converters in logback-classic.ClassNameOnlyAbbreviator This abbreviator returns the class name from a fully qualified class name, removing the leading package name.ClassOfCallerConverter ContextNameConverter Converts an event to the logger context's name.DateConverter EnsureExceptionHandling EpochConverter The EpochConverter class extends the ClassicConverter to handle the conversion of logging event timestamps into epoch time.ExtendedThrowableProxyConverter FileOfCallerConverter KeyValuePairConverter Convert the contents ofKeyValuePairlist to a String.LevelConverter Return the event's level.LineOfCallerConverter LineSeparatorConverter LocalSequenceNumberConverter A converters based on a locally incremented sequence number.LoggerConverter MarkerConverter Return the event's marker value(s).MaskedKeyValuePairConverter Similar toKeyValuePairConverterwith the added ability to mask the values of specified keys.MDCConverter MessageConverter Return the event's formatted message.MethodOfCallerConverter MicrosecondConverter Outputs the number of microseconds of the timestamp.NamedConverter In case abbreviation service is requested, NamedConverter will convert fully qualified class names to their abbreviated from.NopThrowableInformationConverter Always returns an empty string.PrefixCompositeConverter PropertyConverter RelativeTimeConverter RootCauseFirstThrowableProxyConverter SequenceNumberConverter Return the event's sequence number.SyslogStartConverter TargetLengthBasedClassNameAbbreviator TargetLengthBasedClassNameAbbreviator2 ThreadConverter Return the events thread (usually the current thread).ThrowableHandlingConverter Converter which handle throwables should be derived from this class.ThrowableProxyConverter Add a stack trace in case the event contains a Throwable.Util