Uses of Class
org.apache.logging.log4j.core.appender.FileManager
-
Packages that use FileManager Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes. -
-
Uses of FileManager in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender that return FileManager Modifier and Type Method Description static 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
Subclasses of FileManager in org.apache.logging.log4j.core.appender.rolling Modifier and Type Class Description class
RollingFileManager
The Rolling File Manager.class
RollingRandomAccessFileManager
Extends RollingFileManager but instead of using a buffered output stream, this class uses aByteBuffer
and aRandomAccessFile
to do the I/O.
-