Uses of Class
ch.qos.logback.core.pattern.Converter
Package
Description
Contains classes to format log output in HTML.
Provides classes implementing format specifiers in conversion patterns.
Contains the base classes needed to format logging events to HTML.
Contains the base classes used by PatternLayout.
Internal helper classes used by
ch.qos.logback.core.rolling
package.-
Uses of Converter in ch.qos.logback.classic.html
Modifier and TypeMethodDescriptionprotected String
HTMLLayout.computeConverterName
(Converter<ILoggingEvent> c) -
Uses of Converter in ch.qos.logback.classic.pattern
Modifier and TypeClassDescriptionclass
This converter outputs caller data depending on depth or depth range and marker data.class
This class serves the super-class of all converters in logback.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.class
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.Modifier and TypeMethodDescriptionboolean
EnsureExceptionHandling.chainHandlesThrowable
(Converter<ILoggingEvent> head) This method computes whether a chain of converters handles exceptions or not.void
EnsureExceptionHandling.process
(Context context, Converter<ILoggingEvent> head) This implementation checks if any of the converters in the chain handles exceptions. -
Uses of Converter in ch.qos.logback.classic.pattern.color
Modifier and TypeClassDescriptionclass
Highlights inner-text depending on the level, in bold red for events of level ERROR, in red for WARN, in BLUE for INFO, and in the default color for other levels. -
Uses of Converter in ch.qos.logback.core.html
Modifier and TypeMethodDescriptionprotected String
HTMLLayoutBase.computeConverterName
(Converter<E> c) -
Uses of Converter in ch.qos.logback.core.pattern
Modifier and TypeClassDescriptionclass
class
class
class
final class
class
Modifier and TypeMethodDescriptionstatic <E> Converter
<E> CompositeConverter.getChildConverter()
Converter.getNext()
Modifier and TypeMethodDescriptionstatic <E> Converter
<E> void
Post compile processing of the converter chain.void
CompositeConverter.setChildConverter
(Converter<E> child) static <E> void
ConverterUtil.setContextForConverters
(Context context, Converter<E> head) protected void
PatternLayoutBase.setContextForConverters
(Converter<E> head) Deprecated.final void
static <E> void
ConverterUtil.startConverters
(Converter<E> head) Start converters in the chain of converters. -
Uses of Converter in ch.qos.logback.core.pattern.color
Modifier and TypeClassDescriptionclass
Encloses a given set of converter output in black using the appropriate ANSI escape codes.class
Encloses a given set of converter output in blue using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold blue using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold cyan using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold green using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold magenta using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold red using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold white using the appropriate ANSI escape codes.class
Encloses a given set of converter output in bold yellow using the appropriate ANSI escape codes.class
Encloses a given set of converter output in cyan using the appropriate ANSI escape codes.class
Base class for all foreground color setting composite converters.class
Encloses a given set of converter output in gray using the appropriate ANSI escape codes.class
Encloses a given set of converter output in green using the appropriate ANSI escape codes.class
Encloses a given set of converter output in magenta using the appropriate ANSI escape codes.class
Encloses a given set of converter output in red using the appropriate ANSI escape codes.class
Encloses a given set of converter output in white using the appropriate ANSI escape codes.class
Encloses a given set of converter output in yellow using the appropriate ANSI escape codes. -
Uses of Converter in ch.qos.logback.core.pattern.parser
-
Uses of Converter in ch.qos.logback.core.rolling.helper
Modifier and TypeClassDescriptionclass
Returns a date formatted by SimpleDateFormatter.class
When asked to convert an integer,IntegerTokenConverter
the string value of that integer.
ConverterUtil.setContextForConverters(ch.qos.logback.core.Context, ch.qos.logback.core.pattern.Converter<E>)
instead.