Log4j 1.2.13 | |
Frames | No Frames |
Constructors with parameter type org.apache.log4j.Layout | |
Classes derived from org.apache.log4j.Layout | |
class | The output of the XMLLayout consists of a series of log4j:event
elements as defined in the log4j.dtd. |
Methods with return type org.apache.log4j.Layout | |
Layout | DOMConfigurator.parseLayout(Element layout_element) Used internally to parse a layout element. |
Classes derived from org.apache.log4j.Layout | |
class | This abstract layout takes care of all the date related options and
formatting work. |
Constructors with parameter type org.apache.log4j.Layout | |
Constructors with parameter type org.apache.log4j.Layout | |
Constructors with parameter type org.apache.log4j.Layout | |
Classes derived from org.apache.log4j.Layout | |
class | This layout outputs events in a HTML table. |
class | A flexible layout configurable with pattern string. |
class | SimpleLayout consists of the level of the log statement,
followed by " - " and then the log message itself. |
class | TTCC layout format consists of time, thread, category and nested
diagnostic context information, hence the name. |
Constructors with parameter type org.apache.log4j.Layout | |
Creates a configured appender. | |
Creates a configured appender. | |
DailyRollingFileAppender.DailyRollingFileAppender(Layout layout, String filename, String datePattern) Instantiate a DailyRollingFileAppender and open the
file designated by filename . | |
Instantiate a FileAppender and open the file designated by
filename . | |
Instantiate a FileAppender and open the file designated by
filename . | |
FileAppender.FileAppender(Layout layout, String filename, boolean append, boolean bufferedIO, int bufferSize) Instantiate a FileAppender and open the file
designated by filename . | |
Instantiate a FileAppender and open the file designated by
filename . | |
Instantiate a RollingFileAppender and open the file designated by
filename . | |
Instantiate a WriterAppender and set the output destination to a
new OutputStreamWriter initialized with os
as its OutputStream . | |
Instantiate a WriterAppender and set the output destination to
writer . |
Fields of type org.apache.log4j.Layout | |
Layout | The layout variable does not need to be set if the appender
implementation has its own layout. |
Methods with parameter type org.apache.log4j.Layout | |
void | Set the Layout for this appender. |
void | Set the layout for this appender. |
Methods with return type org.apache.log4j.Layout | |
Layout | Returns this appenders layout. |
Layout | Returns the layout of this appender. |