public class MultipleFileAppender extends SynchFileAppender
Modifier and Type | Field and Description |
---|---|
static String |
FILE_NAMES |
FILE_NAME
Constructor and Description |
---|
MultipleFileAppender() |
Modifier and Type | Method and Description |
---|---|
void |
append(org.apache.log4j.spi.LoggingEvent event) |
append
close, requiresLayout, setFilesLocation, setMaxFileSize
activateOptions, checkEntryConditions, closeWriter, createWriter, getEncoding, getImmediateFlush, reset, setEncoding, setErrorHandler, setImmediateFlush, setWriter, shouldFlush, subAppend, writeFooter, writeHeader
public static final String FILE_NAMES
public void append(org.apache.log4j.spi.LoggingEvent event)
append
in class FileAppender