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

Packages that use Layout
ch.qos.logback.core Contains the main classes of logback core. 
ch.qos.logback.core.encoder   
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. 
 

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 with parameters of type Layout
 void OutputStreamAppender.setLayout(Layout<E> layout)
           
 

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

Fields in ch.qos.logback.core.encoder declared as Layout
protected  Layout<E> LayoutWrappingEncoder.layout
           
 

Methods in ch.qos.logback.core.encoder that return Layout
 Layout<E> LayoutWrappingEncoder.getLayout()
           
 

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

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> SyslogAppenderBase.getLayout()
           
 Layout<E> SMTPAppenderBase.getLayout()
           
protected abstract  Layout<E> 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
 void SyslogAppenderBase.setLayout(Layout<E> layout)
           
 void SMTPAppenderBase.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>
           
 

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



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