Uses of Class
ch.qos.logback.core.pattern.PatternLayoutBase
Packages that use PatternLayoutBase
Package
Description
This is logback access' main package.
Contains logback classic main classes.
Contains the base classes used by logback to log to remote
destinations.
-
Uses of PatternLayoutBase in ch.qos.logback.access
Subclasses of PatternLayoutBase in ch.qos.logback.accessModifier and TypeClassDescriptionclass
This class is a module-specific implementation ofPatternLayout
to allow http-specific patterns to be used. -
Uses of PatternLayoutBase in ch.qos.logback.classic
Subclasses of PatternLayoutBase in ch.qos.logback.classicModifier and TypeClassDescriptionclass
A flexible layout configurable with pattern string. -
Uses of PatternLayoutBase in ch.qos.logback.core.net
Methods in ch.qos.logback.core.net that return PatternLayoutBaseModifier and TypeMethodDescriptionprotected abstract PatternLayoutBase<E>
SMTPAppenderBase.makeNewToPatternLayout
(String toPattern) Methods in ch.qos.logback.core.net that return types with arguments of type PatternLayoutBaseModifier and TypeMethodDescriptionSMTPAppenderBase.getToList()
Returns value of the toList option.