Package | Description |
---|---|
org.apache.log4j |
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
|
Modifier and Type | Class and Description |
---|---|
class |
PatternLayout
This class is a minimal implementation of the original Log4J class.
|
class |
SimpleLayout |
Modifier and Type | Method and Description |
---|---|
Layout |
Appender.getLayout()
Returns this appenders layout.
|
Modifier and Type | Method and Description |
---|---|
void |
AppenderSkeleton.setLayout(Layout layout) |
void |
Appender.setLayout(Layout layout)
Set the
Layout for this appender. |
Constructor and Description |
---|
FileAppender(Layout layout,
String filename) |
FileAppender(Layout layout,
String filename,
boolean append) |
FileAppender(Layout layout,
String filename,
boolean append,
boolean bufferedIO,
int bufferSize) |
RollingFileAppender(Layout layout,
String filename) |
RollingFileAppender(Layout layout,
String filename,
boolean append) |
Copyright © 2005–2015 QOS.ch. All rights reserved.