Uses of Interface
ch.qos.logback.core.Layout
Packages that use Layout
Package
Description
Contains the main classes of logback core.
Contains the base classes needed to format logging events to HTML.
Contains the base classes used by logback to log to remote
destinations.
Contains the base classes used by PatternLayout.
-
Uses of Layout in ch.qos.logback.core
Classes in ch.qos.logback.core that implement LayoutMethods in ch.qos.logback.core with parameters of type Layout -
Uses of Layout in ch.qos.logback.core.encoder
Fields in ch.qos.logback.core.encoder declared as LayoutMethods in ch.qos.logback.core.encoder that return LayoutMethods in ch.qos.logback.core.encoder with parameters of type Layout -
Uses of Layout in ch.qos.logback.core.html
Classes in ch.qos.logback.core.html that implement LayoutModifier and TypeClassDescriptionclass
This class is a base class for HTMLLayout classes part of other logback modules such as logback-classic and logback-access. -
Uses of Layout in ch.qos.logback.core.layout
Classes in ch.qos.logback.core.layout that implement LayoutModifier and TypeClassDescriptionclass
EchoLayout<E>
Echos the incoming object adding a line separator character(s) at the end. -
Uses of Layout in ch.qos.logback.core.net
Fields in ch.qos.logback.core.net declared as LayoutMethods in ch.qos.logback.core.net that return LayoutModifier and TypeMethodDescriptionSyslogAppenderBase.buildLayout()
SMTPAppenderBase.getLayout()
SyslogAppenderBase.getLayout()
SMTPAppenderBase.makeSubjectLayout
(String subjectStr) return a layout for the subject string as appropriate for the module.Methods in ch.qos.logback.core.net with parameters of type Layout -
Uses of Layout in ch.qos.logback.core.pattern
Classes in ch.qos.logback.core.pattern that implement LayoutMethods in ch.qos.logback.core.pattern with parameters of type Layout