Uses of Class
ch.qos.logback.core.pattern.FormattingConverter
-
Packages that use FormattingConverter Package Description ch.qos.logback.classic.pattern Provides classes implementing format specifiers in conversion patterns.ch.qos.logback.classic.pattern.color Contains pattern converters for ANSI color formatting in console output.ch.qos.logback.core.pattern Contains the base classes used by PatternLayout.ch.qos.logback.core.pattern.color Contains pattern converters for ANSI color formatting in output.ch.qos.logback.core.rolling.helper Internal helper classes used bych.qos.logback.core.rollingpackage. -
-
Uses of FormattingConverter in ch.qos.logback.classic.pattern
Subclasses of FormattingConverter 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 almost all converters in logback-classic.classClassOfCallerConverterclassContextNameConverterConverts an event to the logger context's name.classDateConverterclassEpochConverterThe EpochConverter class extends the ClassicConverter to handle the conversion of logging event timestamps into epoch time.classExtendedThrowableProxyConverterclassFileOfCallerConverterclassKeyValuePairConverterConvert the contents ofKeyValuePairlist to a String.classLevelConverterReturn the event's level.classLineOfCallerConverterclassLineSeparatorConverterclassLocalSequenceNumberConverterA converters based on a locally incremented sequence number.classLoggerConverterclassMarkerConverterReturn the event's marker value(s).classMaskedKeyValuePairConverterSimilar toKeyValuePairConverterwith the added ability to mask the values of specified keys.classMDCConverterclassMessageConverterReturn the event's formatted message.classMethodOfCallerConverterclassMicrosecondConverterOutputs the number of microseconds of the timestamp.classNamedConverterIn case abbreviation service is requested, NamedConverter will convert fully qualified class names to their abbreviated from.classNopThrowableInformationConverterAlways returns an empty string.classPrefixCompositeConverterclassPropertyConverterclassRelativeTimeConverterclassRootCauseFirstThrowableProxyConverterclassSequenceNumberConverterReturn the event's sequence number.classSyslogStartConverterclassThreadConverterReturn 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. -
Uses of FormattingConverter in ch.qos.logback.classic.pattern.color
Subclasses of FormattingConverter 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 FormattingConverter in ch.qos.logback.core.pattern
Subclasses of FormattingConverter in ch.qos.logback.core.pattern Modifier and Type Class Description classCompositeConverter<E>classDynamicConverter<E>As the name suggests, a DynamicConverter performs a conversion based on the parameter E given to theConverter.convert(E)method.classIdentityCompositeConverter<E>classReplacingCompositeConverter<E> -
Uses of FormattingConverter in ch.qos.logback.core.pattern.color
Subclasses of FormattingConverter 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 FormattingConverter in ch.qos.logback.core.rolling.helper
Subclasses of FormattingConverter 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.
-