Uses of Class
ch.qos.logback.core.pattern.DynamicConverter
Packages that use DynamicConverter
Package
Description
Contains logback classic main classes.
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 DynamicConverter in ch.qos.logback.classic
Fields in ch.qos.logback.classic with type parameters of type DynamicConverterModifier and TypeFieldDescriptionstatic final Map<String, Supplier<DynamicConverter>> PatternLayout.DEFAULT_CONVERTER_SUPPLIER_MAPMethods in ch.qos.logback.classic that return types with arguments of type DynamicConverter -
Uses of DynamicConverter in ch.qos.logback.classic.html
Methods in ch.qos.logback.classic.html that return types with arguments of type DynamicConverterModifier and TypeMethodDescriptionprotected Map<String, Supplier<DynamicConverter>> HTMLLayout.getDefaultConverterSupplierMap() -
Uses of DynamicConverter in ch.qos.logback.classic.pattern
Subclasses of DynamicConverter 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 almost all converters in logback-classic.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).classSimilar toKeyValuePairConverterwith the added ability to mask the values of specified keys.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. -
Uses of DynamicConverter in ch.qos.logback.classic.pattern.color
Subclasses of DynamicConverter 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 DynamicConverter in ch.qos.logback.core.html
Methods in ch.qos.logback.core.html that return types with arguments of type DynamicConverterModifier and TypeMethodDescriptionprotected abstract Map<String, Supplier<DynamicConverter>> HTMLLayoutBase.getDefaultConverterSupplierMap()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.patternModifier and TypeClassDescriptionclassclassclassMethods in ch.qos.logback.core.pattern that return types with arguments of type DynamicConverterModifier and TypeMethodDescriptionprotected 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.PatternLayoutBase.getEffectiveConverterMap()Returns a map where the default converter map is merged with the map contained in the context.PatternLayoutBase.getInstanceConverterMap() -
Uses of DynamicConverter in ch.qos.logback.core.pattern.color
Subclasses of DynamicConverter 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.Methods in ch.qos.logback.core.pattern.color that return DynamicConverter -
Uses of DynamicConverter in ch.qos.logback.core.pattern.parser
Fields in ch.qos.logback.core.pattern.parser with type parameters of type DynamicConverterMethod parameters in ch.qos.logback.core.pattern.parser with type arguments of type DynamicConverter -
Uses of DynamicConverter in ch.qos.logback.core.rolling.helper
Subclasses of DynamicConverter 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.