Uses of Class
ch.qos.logback.core.pattern.DynamicConverter
-
Packages that use DynamicConverter Package Description ch.qos.logback.classic Contains logback classic main classes.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 Contains pattern converters for ANSI color formatting in console output.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 Contains pattern converters for ANSI color formatting in output.ch.qos.logback.core.pattern.parser Contains parsers for conversion pattern syntax.ch.qos.logback.core.rolling.helper Internal helper classes used bych.qos.logback.core.rollingpackage. -
-
Uses of DynamicConverter in ch.qos.logback.classic
Fields in ch.qos.logback.classic with type parameters of type DynamicConverter Modifier and Type Field Description static Map<String,Supplier<DynamicConverter>>PatternLayout. DEFAULT_CONVERTER_SUPPLIER_MAPMethods in ch.qos.logback.classic that return types with arguments of type DynamicConverter Modifier and Type Method Description Map<String,Supplier<DynamicConverter>>PatternLayout. getDefaultConverterSupplierMap() -
Uses of DynamicConverter in ch.qos.logback.classic.html
Methods in ch.qos.logback.classic.html that return types with arguments of type DynamicConverter Modifier and Type Method Description protected Map<String,Supplier<DynamicConverter>>HTMLLayout. getDefaultConverterSupplierMap() -
Uses of DynamicConverter in ch.qos.logback.classic.pattern
Subclasses of DynamicConverter 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 DynamicConverter in ch.qos.logback.classic.pattern.color
Subclasses of DynamicConverter 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 DynamicConverter in ch.qos.logback.core.html
Methods in ch.qos.logback.core.html that return types with arguments of type DynamicConverter Modifier and Type Method Description protected abstract Map<String,Supplier<DynamicConverter>>HTMLLayoutBase. getDefaultConverterSupplierMap()Map<String,Supplier<DynamicConverter>>HTMLLayoutBase. getEffectiveConverterMap()Returns a map where the default converter map is merged with the map contained in the context. -
Uses of DynamicConverter in ch.qos.logback.core.pattern
Subclasses of DynamicConverter in ch.qos.logback.core.pattern Modifier and Type Class Description classCompositeConverter<E>classIdentityCompositeConverter<E>classReplacingCompositeConverter<E>Methods in ch.qos.logback.core.pattern that return types with arguments of type DynamicConverter Modifier and Type Method Description protected abstract Map<String,Supplier<DynamicConverter>>PatternLayoutBase. getDefaultConverterSupplierMap()Concrete implementations of this class are responsible for elaborating the mapping between pattern words and supplying converter instances.Map<String,Supplier<DynamicConverter>>PatternLayoutBase. getEffectiveConverterMap()Returns a map where the default converter map is merged with the map contained in the context.Map<String,Supplier<DynamicConverter>>PatternLayoutBase. getInstanceConverterMap() -
Uses of DynamicConverter in ch.qos.logback.core.pattern.color
Subclasses of DynamicConverter 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.Methods in ch.qos.logback.core.pattern.color that return DynamicConverter Modifier and Type Method Description DynamicConverterConverterSupplierByClassName. get() -
Uses of DynamicConverter in ch.qos.logback.core.pattern.parser
Fields in ch.qos.logback.core.pattern.parser with type parameters of type DynamicConverter Modifier and Type Field Description static Map<String,Supplier<DynamicConverter>>Parser. DEFAULT_COMPOSITE_CONVERTER_MAPMethod parameters in ch.qos.logback.core.pattern.parser with type arguments of type DynamicConverter Modifier and Type Method Description Converter<E>Parser. compile(Node top, Map<String,Supplier<DynamicConverter>> converterMap)When the parsing step is done, the Node list can be transformed into a converter chain. -
Uses of DynamicConverter in ch.qos.logback.core.rolling.helper
Subclasses of DynamicConverter 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.
-