public class MultipleFileAppender extends AsynchFileAppender
Modifier and Type | Field and Description |
---|---|
static String |
FILE_NAMES |
isAppending, isClosing, preventConcurrentAppendClose
FILE_NAME
Constructor and Description |
---|
MultipleFileAppender() |
Modifier and Type | Method and Description |
---|---|
void |
append(org.apache.log4j.spi.LoggingEvent event) |
append, close, flush, onRemoval
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