Uses of Interface
ch.qos.logback.core.Layout
Package
Description
Contains logback classic main classes.
Contains classes to format log output in HTML.
Contains support for log4j output formats.
Contains classes used to log through a network
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.classic
Modifier and TypeClassDescriptionclass
A flexible layout configurable with pattern string. -
Uses of Layout in ch.qos.logback.classic.html
-
Uses of Layout in ch.qos.logback.classic.layout
-
Uses of Layout in ch.qos.logback.classic.log4j
-
Uses of Layout in ch.qos.logback.classic.net
Modifier and TypeMethodDescriptionSyslogAppender.buildLayout()
protected Layout
<ILoggingEvent> SMTPAppender.makeSubjectLayout
(String subjectStr) -
Uses of Layout in ch.qos.logback.core
-
Uses of Layout in ch.qos.logback.core.encoder
-
Uses of Layout in ch.qos.logback.core.html
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionSyslogAppenderBase.buildLayout()
SMTPAppenderBase.getLayout()
SyslogAppenderBase.getLayout()
SMTPAppenderBase.makeSubjectLayout
(String subjectStr) return a layout for the subject string as appropriate for the module. -
Uses of Layout in ch.qos.logback.core.pattern
-
Uses of Layout in ch.qos.logback.core.testUtil