Uses of Class
ch.qos.logback.core.pattern.CompositeConverter
Packages that use CompositeConverter
Package
Description
Provides classes implementing format specifiers in conversion patterns.
Contains pattern converters for ANSI color formatting in console output.
Contains the base classes used by PatternLayout.
Contains pattern converters for ANSI color formatting in output.
-
Uses of CompositeConverter in ch.qos.logback.classic.pattern
Subclasses of CompositeConverter in ch.qos.logback.classic.patternMethods in ch.qos.logback.classic.pattern with parameters of type CompositeConverterModifier and TypeMethodDescriptionbooleanEnsureExceptionHandling.compositeHandlesThrowable(CompositeConverter<ILoggingEvent> compositeConverter) This method computes whether a composite converter handles exceptions or not. -
Uses of CompositeConverter in ch.qos.logback.classic.pattern.color
Subclasses of CompositeConverter 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 CompositeConverter in ch.qos.logback.core.pattern
Subclasses of CompositeConverter in ch.qos.logback.core.patternModifier and TypeClassDescriptionclassclass -
Uses of CompositeConverter in ch.qos.logback.core.pattern.color
Subclasses of CompositeConverter 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.