Uses of Class
org.apache.logging.log4j.core.appender.FileManager
Package
Description
Log4j 2 Appenders.
Rolling File Appender and support classes.
-
Uses of FileManager in org.apache.logging.log4j.core.appender
Modifier and TypeMethodDescriptionstatic FileManager
FileManager.getFileManager
(String fileName, boolean append, boolean locking, boolean bufferedIo, boolean createOnDemand, String advertiseUri, Layout<? extends Serializable> layout, int bufferSize, String filePermissions, String fileOwner, String fileGroup, Configuration configuration) Returns the FileManager. -
Uses of FileManager in org.apache.logging.log4j.core.appender.rolling
Modifier and TypeClassDescriptionclass
The Rolling File Manager.class
Extends RollingFileManager but instead of using a buffered output stream, this class uses aByteBuffer
and aRandomAccessFile
to do the I/O.