Uses of Interface
ch.qos.logback.core.Layout
Packages that use 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
Classes in ch.qos.logback.access that implement LayoutModifier 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
Classes in ch.qos.logback.access.html that implement Layout -
Uses of Layout in ch.qos.logback.access.net
Methods in ch.qos.logback.access.net that return LayoutModifier and TypeMethodDescriptionprotected Layout<IAccessEvent>
SMTPAppender.makeSubjectLayout
(String subjectStr) -
Uses of Layout in ch.qos.logback.classic
Classes in ch.qos.logback.classic that implement LayoutModifier and TypeClassDescriptionclass
A flexible layout configurable with pattern string. -
Uses of Layout in ch.qos.logback.classic.html
Classes in ch.qos.logback.classic.html that implement Layout -
Uses of Layout in ch.qos.logback.classic.layout
Classes in ch.qos.logback.classic.layout that implement Layout -
Uses of Layout in ch.qos.logback.classic.log4j
Classes in ch.qos.logback.classic.log4j that implement Layout -
Uses of Layout in ch.qos.logback.classic.net
Methods in ch.qos.logback.classic.net that return LayoutModifier and TypeMethodDescriptionSyslogAppender.buildLayout()
protected Layout<ILoggingEvent>
SMTPAppender.makeSubjectLayout
(String subjectStr) -
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 -
Uses of Layout in chapters.appenders
Methods in chapters.appenders that return LayoutMethods in chapters.appenders with parameters of type LayoutModifier and TypeMethodDescriptionvoid
CountingConsoleAppender.setLayout
(Layout<ILoggingEvent> layout) -
Uses of Layout in chapters.layouts
Classes in chapters.layouts that implement Layout -
Uses of Layout in chapters.migrationFromLog4j
Classes in chapters.migrationFromLog4j that implement LayoutModifier and TypeClassDescriptionclass
A very simple logback-classic layout which formats a logging event by returning the message contained therein.Methods in chapters.migrationFromLog4j that return LayoutMethods in chapters.migrationFromLog4j with parameters of type LayoutModifier and TypeMethodDescriptionvoid
TrivialLogbackAppender.setLayout
(Layout<ILoggingEvent> layout)