Uses of Interface
ch.qos.logback.core.Layout
Package
Description
This is logback access' main package.
Contains classes to format log output in HTML.
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.access
Modifier and TypeClassDescriptionclass
This class is a module-specific implementation ofPatternLayout
to allow http-specific patterns to be used. -
Uses of Layout in ch.qos.logback.access.html
-
Uses of Layout in ch.qos.logback.access.net
Modifier and TypeMethodDescriptionprotected Layout<IAccessEvent>
SMTPAppender.makeSubjectLayout
(String subjectStr) -
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 chapters.appenders
Modifier and TypeMethodDescriptionvoid
CountingConsoleAppender.setLayout
(Layout<ILoggingEvent> layout) -
Uses of Layout in chapters.layouts
-
Uses of Layout in chapters.migrationFromLog4j
Modifier and TypeClassDescriptionclass
A very simple logback-classic layout which formats a logging event by returning the message contained therein.Modifier and TypeMethodDescriptionvoid
TrivialLogbackAppender.setLayout
(Layout<ILoggingEvent> layout)