Uses of Class
ch.qos.logback.core.pattern.Converter
-
Packages that use Converter Package Description ch.qos.logback.access.pattern Provides classes implementing format specifiers in conversion patterns.ch.qos.logback.classic.html Contains classes to format log output in HTML.ch.qos.logback.classic.pattern Provides classes implementing format specifiers in conversion patterns.ch.qos.logback.classic.pattern.color ch.qos.logback.core.html Contains the base classes needed to format logging events to HTML.ch.qos.logback.core.pattern Contains the base classes used by PatternLayout.ch.qos.logback.core.pattern.color ch.qos.logback.core.pattern.parser ch.qos.logback.core.rolling.helper Internal helper classes used bych.qos.logback.core.rollingpackage. -
-
Uses of Converter in ch.qos.logback.access.pattern
Methods in ch.qos.logback.access.pattern with parameters of type Converter Modifier and Type Method Description voidEnsureLineSeparation. 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 Converter Modifier and Type Method Description protected java.lang.StringHTMLLayout. computeConverterName(Converter c) -
Uses of Converter in ch.qos.logback.classic.pattern
Subclasses of Converter in ch.qos.logback.classic.pattern Modifier and Type Class Description classCallerDataConverterThis converter outputs caller data depending on depth or depth range and marker data.classClassicConverterThis class serves the super-class of all converters in logback.classClassOfCallerConverterclassContextNameConverterConverts an event to the logger context's name.classDateConverterclassExtendedThrowableProxyConverterclassFileOfCallerConverterclassLevelConverterReturn the event's level.classLineOfCallerConverterclassLineSeparatorConverterclassLocalSequenceNumberConverterA converters based on a a locally incremented sequence number.classLoggerConverterclassMarkerConverterReturn the event's marker value(s).classMDCConverterclassMessageConverterReturn the event's formatted message.classMethodOfCallerConverterclassNamedConverterclassNopThrowableInformationConverterAlways returns an empty string.classPrefixCompositeConverterclassPropertyConverterclassRelativeTimeConverterclassRootCauseFirstThrowableProxyConverterclassSyslogStartConverterclassThreadConverterReturn the events thread (usually the current thread).classThrowableHandlingConverterConverter which handle throwables should be derived from this class.classThrowableProxyConverterAdd a stack trace in case the event contains a Throwable.Methods in ch.qos.logback.classic.pattern with parameters of type Converter Modifier and Type Method Description booleanEnsureExceptionHandling. 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.color Modifier and Type Class Description classHighlightingCompositeConverterHighlights 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 Converter Modifier and Type Field Description protected Converter<E>HTMLLayoutBase. headMethods in ch.qos.logback.core.html with parameters of type Converter Modifier and Type Method Description protected java.lang.StringHTMLLayoutBase. computeConverterName(Converter c) -
Uses of Converter in ch.qos.logback.core.pattern
Subclasses of Converter in ch.qos.logback.core.pattern Modifier and Type Class Description classCompositeConverter<E>classDynamicConverter<E>classFormattingConverter<E>classIdentityCompositeConverter<E>classLiteralConverter<E>classReplacingCompositeConverter<E>Methods in ch.qos.logback.core.pattern that return Converter Modifier and Type Method Description static <E> Converter<E>ConverterUtil. findTail(Converter<E> head)Converter<E>CompositeConverter. getChildConverter()Converter<E>Converter. getNext()Methods in ch.qos.logback.core.pattern with parameters of type Converter Modifier and Type Method Description static <E> Converter<E>ConverterUtil. findTail(Converter<E> head)voidPostCompileProcessor. process(Context context, Converter<E> head)Post 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)voidConverter. setNext(Converter<E> next)static <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.color Modifier and Type Class Description classBlackCompositeConverter<E>Encloses a given set of converter output in black using the appropriate ANSI escape codes.classBlueCompositeConverter<E>Encloses a given set of converter output in blue using the appropriate ANSI escape codes.classBoldBlueCompositeConverter<E>Encloses a given set of converter output in bold blue using the appropriate ANSI escape codes.classBoldCyanCompositeConverter<E>Encloses a given set of converter output in bold cyan using the appropriate ANSI escape codes.classBoldGreenCompositeConverter<E>Encloses a given set of converter output in bold green using the appropriate ANSI escape codes.classBoldMagentaCompositeConverter<E>Encloses a given set of converter output in bold magenta using the appropriate ANSI escape codes.classBoldRedCompositeConverter<E>Encloses a given set of converter output in bold red using the appropriate ANSI escape codes.classBoldWhiteCompositeConverter<E>Encloses a given set of converter output in bold white using the appropriate ANSI escape codes.classBoldYellowCompositeConverter<E>Encloses a given set of converter output in bold yellow using the appropriate ANSI escape codes.classCyanCompositeConverter<E>Encloses a given set of converter output in cyan using the appropriate ANSI escape codes.classForegroundCompositeConverterBase<E>Base class for all foreground color setting composite converters.classGrayCompositeConverter<E>Encloses a given set of converter output in gray using the appropriate ANSI escape codes.classGreenCompositeConverter<E>Encloses a given set of converter output in green using the appropriate ANSI escape codes.classMagentaCompositeConverter<E>Encloses a given set of converter output in magenta using the appropriate ANSI escape codes.classRedCompositeConverter<E>Encloses a given set of converter output in red using the appropriate ANSI escape codes.classWhiteCompositeConverter<E>Encloses a given set of converter output in white using the appropriate ANSI escape codes.classYellowCompositeConverter<E>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
Methods in ch.qos.logback.core.pattern.parser that return Converter Modifier and Type Method Description Converter<E>Parser. compile(Node top, java.util.Map converterMap)When the parsing step is done, the Node list can be transformed into a converter chain. -
Uses of Converter in ch.qos.logback.core.rolling.helper
Subclasses of Converter in ch.qos.logback.core.rolling.helper Modifier and Type Class Description classDateTokenConverter<E>Returns a date formatted by SimpleDateFormatter.classIntegerTokenConverterWhen asked to convert an integer,IntegerTokenConverterthe string value of that integer.
-