Uses of Class
ch.qos.logback.classic.pattern.ClassicConverter
Package
Description
Provides classes implementing format specifiers in conversion patterns.
-
Uses of ClassicConverter in ch.qos.logback.classic.pattern
Modifier and TypeClassDescriptionclass
This converter outputs caller data depending on depth or depth range and marker data.class
class
Converts an event to the logger context's name.class
class
class
class
Convert the contents ofKeyValuePair
list to a String.class
Return the event's level.class
class
class
A converters based on a locally incremented sequence number.class
class
Return the event's marker value(s).class
class
Return the event's formatted message.class
class
Outputs the number of microseconds of the timestamp.class
In case abbreviation service is requested, NamedConverter will convert fully qualified class names to their abbreviated from.class
Always returns an empty string.final class
class
class
class
Return the event's sequence number.class
class
Return the events thread (usually the current thread).class
Converter which handle throwables should be derived from this class.class
Add a stack trace in case the event contains a Throwable.