Package-level declarations

Support for the Logback logging library.

Types

Link copied to clipboard
open class ApplicationNameConverter : ClassicConverter
Logback ClassicConverter to convert the APPLICATION_NAME into a value suitable for logging.
Link copied to clipboard
open class ColorConverter : CompositeConverter<E>
Logback CompositeConverter colors output using the AnsiOutput class.
Link copied to clipboard
open class CorrelationIdConverter : DynamicConverter<E>
Logback DynamicConverter to convert a CorrelationIdFormatter pattern into formatted output using data from the MDC and Environment.
open class ExtendedWhitespaceThrowableProxyConverter : ExtendedThrowableProxyConverter
ExtendedThrowableProxyConverter that adds some additional whitespace around the stack trace.
Link copied to clipboard
Logback rolling policy system properties that can later be used by log configuration files.
Link copied to clipboard
open class RootLogLevelConfigurator : ContextAwareBase, Configurator
Logback Configurator, registered through META-INF/services, that sets the root log level to INFO.
Link copied to clipboard
open class WhitespaceThrowableProxyConverter : ThrowableProxyConverter
ThrowableProxyConverter that adds some additional whitespace around the stack trace.