Uses of Class
ch.qos.logback.core.pattern.Converter
Packages that use Converter
Package
Description
Provides classes implementing format specifiers in conversion patterns.
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.access.pattern
Subclasses of Converter in ch.qos.logback.access.patternModifier and TypeClassDescriptionclassclassclassclassclassclassThis class is tied to thefullRequestconversion word.classclassclassclassclassAlways returns the NA (not available) string which is "-" in the case of access conversions.classclassclassclassclassclassThis class is tied to therequestContentconversion word.classclassclassclassclassclassThe request URI.classThe first line of the request.classThis class is tied to therequestContentconversion word.classclassclassclassclassMethods in ch.qos.logback.access.pattern with parameters of type ConverterModifier and TypeMethodDescriptionvoidEnsureLineSeparation.process(Context context, Converter<IAccessEvent> head) Add a line separator converter so that access event appears on a separate line. -
Uses of Converter in ch.qos.logback.classic.html
Methods in ch.qos.logback.classic.html with parameters of type ConverterModifier and TypeMethodDescriptionprotected StringHTMLLayout.computeConverterName(Converter<ILoggingEvent> c) -
Uses of Converter in ch.qos.logback.classic.pattern
Subclasses of Converter in ch.qos.logback.classic.patternModifier and TypeClassDescriptionclassThis converter outputs caller data depending on depth or depth range and marker data.classThis class serves the super-class of all converters in logback.classclassConverts an event to the logger context's name.classclassclassclassConvert the contents ofKeyValuePairlist to a String.classReturn the event's level.classclassclassA converters based on a locally incremented sequence number.classclassReturn the event's marker value(s).classclassReturn the event's formatted message.classclassOutputs the number of microseconds of the timestamp.classIn case abbreviation service is requested, NamedConverter will convert fully qualified class names to their abbreviated from.classAlways returns an empty string.classfinal classclassclassclassReturn the event's sequence number.classclassReturn the events thread (usually the current thread).classConverter which handle throwables should be derived from this class.classAdd a stack trace in case the event contains a Throwable.Methods in ch.qos.logback.classic.pattern with parameters of type ConverterModifier and TypeMethodDescriptionbooleanEnsureExceptionHandling.chainHandlesThrowable(Converter<ILoggingEvent> head) This method computes whether a chain of converters handles exceptions or not.voidEnsureExceptionHandling.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
Subclasses of Converter in ch.qos.logback.classic.pattern.colorModifier and TypeClassDescriptionclassHighlights 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
Fields in ch.qos.logback.core.html declared as ConverterMethods in ch.qos.logback.core.html with parameters of type ConverterModifier and TypeMethodDescriptionprotected StringHTMLLayoutBase.computeConverterName(Converter<E> c) -
Uses of Converter in ch.qos.logback.core.pattern
Subclasses of Converter in ch.qos.logback.core.patternModifier and TypeClassDescriptionclassclassclassclassfinal classclassMethods in ch.qos.logback.core.pattern that return ConverterModifier and TypeMethodDescriptionstatic <E> Converter<E>CompositeConverter.getChildConverter()Converter.getNext()Methods in ch.qos.logback.core.pattern with parameters of type ConverterModifier and TypeMethodDescriptionstatic <E> Converter<E>voidPost compile processing of the converter chain.voidCompositeConverter.setChildConverter(Converter<E> child) static <E> voidConverterUtil.setContextForConverters(Context context, Converter<E> head) protected voidPatternLayoutBase.setContextForConverters(Converter<E> head) Deprecated.final voidstatic <E> voidConverterUtil.startConverters(Converter<E> head) Start converters in the chain of converters. -
Uses of Converter in ch.qos.logback.core.pattern.color
Subclasses of Converter in ch.qos.logback.core.pattern.colorModifier and TypeClassDescriptionclassEncloses a given set of converter output in black using the appropriate ANSI escape codes.classEncloses a given set of converter output in blue using the appropriate ANSI escape codes.classEncloses a given set of converter output in bold blue using the appropriate ANSI escape codes.classEncloses a given set of converter output in bold cyan using the appropriate ANSI escape codes.classEncloses a given set of converter output in bold green using the appropriate ANSI escape codes.classEncloses a given set of converter output in bold magenta using the appropriate ANSI escape codes.classEncloses a given set of converter output in bold red using the appropriate ANSI escape codes.classEncloses a given set of converter output in bold white using the appropriate ANSI escape codes.classEncloses a given set of converter output in bold yellow using the appropriate ANSI escape codes.classEncloses a given set of converter output in cyan using the appropriate ANSI escape codes.classBase class for all foreground color setting composite converters.classEncloses a given set of converter output in gray using the appropriate ANSI escape codes.classEncloses a given set of converter output in green using the appropriate ANSI escape codes.classEncloses a given set of converter output in magenta using the appropriate ANSI escape codes.classEncloses a given set of converter output in red using the appropriate ANSI escape codes.classEncloses a given set of converter output in white using the appropriate ANSI escape codes.classEncloses a given set of converter output in yellow using the appropriate ANSI escape codes. -
Uses of Converter in ch.qos.logback.core.pattern.parser
Methods in ch.qos.logback.core.pattern.parser that return Converter -
Uses of Converter in ch.qos.logback.core.rolling.helper
Subclasses of Converter in ch.qos.logback.core.rolling.helperModifier and TypeClassDescriptionclassReturns a date formatted by SimpleDateFormatter.classWhen asked to convert an integer,IntegerTokenConverterthe string value of that integer. -
Uses of Converter in chapters.layouts
Subclasses of Converter in chapters.layouts
ConverterUtil.setContextForConverters(ch.qos.logback.core.Context, ch.qos.logback.core.pattern.Converter<E>)instead.