Log4j 1.3alpha-7

Uses of Class
org.apache.log4j.Layout

Packages that use Layout
org.apache.log4j The main log4j package. 
org.apache.log4j.net Package for remote logging.  
org.apache.log4j.xml XML based components.  
 

Uses of Layout in org.apache.log4j
 

Subclasses of Layout in org.apache.log4j
 class PatternLayout
          A flexible layout configurable with pattern string.
 class SimpleLayout
          SimpleLayout consists of the level of the log statement, followed by " - " and then the log message itself.
 class TTCCLayout
          Deprecated. Please use PatternLayout instead.
 

Fields in org.apache.log4j declared as Layout
protected  Layout AppenderSkeleton.layout
          The layout variable does not need to be set if the appender implementation has its own layout.
 

Methods in org.apache.log4j that return Layout
 Layout RollingFileAppender.getLayout()
          Deprecated. Returns this appenders layout.
 Layout DailyRollingFileAppender.getLayout()
          Deprecated. Returns this appenders layout.
 Layout AppenderSkeleton.getLayout()
          Returns the layout of this appender.
 Layout Appender.getLayout()
          Returns this appenders layout.
 

Methods in org.apache.log4j with parameters of type Layout
 void RollingFileAppender.setLayout(Layout layout)
          Deprecated. Set the Layout for this appender.
 void DailyRollingFileAppender.setLayout(Layout layout)
          Deprecated. Set the Layout for this appender.
 void AppenderSkeleton.setLayout(Layout layout)
          Set the layout for this appender.
 void Appender.setLayout(Layout layout)
          Set the Layout for this appender.
 

Constructors in org.apache.log4j with parameters of type Layout
WriterAppender(Layout layout, OutputStream os)
          Deprecated. This constructor will be removed with no replacement in future log4j versions.
WriterAppender(Layout layout, Writer writer)
          Deprecated. This constructor will be removed with no replacement in future log4j versions
RollingFileAppender(Layout layout, String filename, boolean append)
          Deprecated. Instantiate a RollingFileAppender and open the file designated by filename.
RollingFileAppender(Layout layout, String filename)
          Deprecated. Instantiate a FileAppender and open the file designated by filename.
FileAppender(Layout layout, String filename, boolean append, boolean bufferedIO, int bufferSize)
          Instantiate a FileAppender and open the file designated by filename.
FileAppender(Layout layout, String filename, boolean append)
          Instantiate a FileAppender and open the file designated by filename.
FileAppender(Layout layout, String filename)
          Instantiate a FileAppender and open the file designated by filename.
DailyRollingFileAppender(Layout layout, String filename, String datePattern)
          Deprecated. Instantiate a DailyRollingFileAppender and open the file designated by filename.
ConsoleAppender(Layout layout)
          Creates a configured appender.
ConsoleAppender(Layout layout, String targetStr)
          Creates a configured appender.
 

Uses of Layout in org.apache.log4j.net
 

Methods in org.apache.log4j.net that return Layout
 Layout SyslogAppender.getLayout()
           
 

Methods in org.apache.log4j.net with parameters of type Layout
 void SyslogAppender.setLayout(Layout layout)
           
 

Uses of Layout in org.apache.log4j.xml
 

Subclasses of Layout in org.apache.log4j.xml
 class XMLLayout
          The output of the XMLLayout consists of a series of log4j:event elements as defined in the log4j.dtd .
 


Log4j 1.3alpha-7

Copyright 2000-2005 Apache Software Foundation.