Uses of Package
ch.qos.logback.classic.pattern
Packages that use ch.qos.logback.classic.pattern
Package
Description
Provides classes implementing format specifiers in conversion patterns.
-
Classes in ch.qos.logback.classic.pattern used by ch.qos.logback.classic.patternClassDescriptionAn interface used for abbreviating strings according to different policies.This class serves the super-class of almost all converters in logback-classic.As of version 1.6.0, support for packaging data has been removed.In case abbreviation service is requested, NamedConverter will convert fully qualified class names to their abbreviated from.Converter which handle throwables should be derived from this class.Add a stack trace in case the event contains a Throwable.