Uses of Interface
ch.qos.logback.core.Layout

Packages that use Layout
ch.qos.logback.access.net   
ch.qos.logback.classic Contains logback classic main classes. 
ch.qos.logback.classic.html Contains classes to format log output in HTML. 
ch.qos.logback.classic.net Contains classes used to log through a network 
ch.qos.logback.core Contains the main classes of logback core. 
ch.qos.logback.core.html Contains the base classes needed to format logging events to HTML. 
ch.qos.logback.core.layout   
ch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations. 
ch.qos.logback.core.pattern Contains the base classes used by PatternLayout. 
chapter4   
chapter5   
 

Uses of Layout in ch.qos.logback.access.net
 

Methods in ch.qos.logback.access.net that return Layout
protected  Layout<AccessEvent> SMTPAppender.makeSubjectLayout(String subjectStr)
           
 

Uses of Layout in ch.qos.logback.classic
 

Classes in ch.qos.logback.classic that implement Layout
 class PatternLayout
           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
 class HTMLLayout
          HTMLLayout outputs events in an HTML table.
 

Uses of Layout in ch.qos.logback.classic.net
 

Methods in ch.qos.logback.classic.net that return Layout
 Layout<LoggingEvent> SyslogAppender.buildLayout(String facilityStr)
           
protected  Layout<LoggingEvent> SMTPAppender.makeSubjectLayout(String subjectStr)
           
 

Uses of Layout in ch.qos.logback.core
 

Classes in ch.qos.logback.core that implement Layout
 class LayoutBase<E>
           
 

Methods in ch.qos.logback.core that return Layout
 Layout<E> Appender.getLayout()
          Returns this appenders layout.
 Layout<E> UnsynchronizedAppenderBase.getLayout()
           
 Layout<E> AppenderBase.getLayout()
           
 Layout<E> WriterAppender.getLayout()
          Returns the layout of this appender.
 

Methods in ch.qos.logback.core with parameters of type Layout
 void Appender.setLayout(Layout<E> layout)
          Set the Layout for this appender.
 void UnsynchronizedAppenderBase.setLayout(Layout<E> layout)
           
 void AppenderBase.setLayout(Layout<E> layout)
           
 void WriterAppender.setLayout(Layout<E> layout)
          Set the layout for this appender.
 

Uses of Layout in ch.qos.logback.core.html
 

Classes in ch.qos.logback.core.html that implement Layout
 class HTMLLayoutBase<E>
          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 Layout
 class 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 Layout
protected  Layout<E> SMTPAppenderBase.layout
           
protected  Layout<E> SMTPAppenderBase.subjectLayout
           
 

Methods in ch.qos.logback.core.net that return Layout
abstract  Layout<E> SyslogAppenderBase.buildLayout(String facilityStr)
           
 Layout<E> SMTPAppenderBase.getLayout()
           
 Layout<E> SyslogAppenderBase.getLayout()
           
protected abstract  Layout<E> SMTPAppenderBase.makeSubjectLayout(String subjectStr)
          return a layout for the subjet string as appropriate for the module.
 

Methods in ch.qos.logback.core.net with parameters of type Layout
 void SMTPAppenderBase.setLayout(Layout<E> layout)
           
 void SyslogAppenderBase.setLayout(Layout<E> layout)
           
 

Uses of Layout in ch.qos.logback.core.pattern
 

Classes in ch.qos.logback.core.pattern that implement Layout
 class PatternLayoutBase<E>
           
 

Uses of Layout in chapter4
 

Methods in chapter4 that return Layout
 Layout<LoggingEvent> CountingConsoleAppender.getLayout()
           
 

Methods in chapter4 with parameters of type Layout
 void CountingConsoleAppender.setLayout(Layout<LoggingEvent> layout)
           
 

Uses of Layout in chapter5
 

Classes in chapter5 that implement Layout
 class MySampleLayout
           
 class MySampleLayout2
           
 



Copyright © 2005-2011 QOS.ch. All Rights Reserved.