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 FileManagerFileManager. getFileManager(java.lang.String fileName, boolean append, boolean locking, boolean bufferedIo, boolean createOnDemand, java.lang.String advertiseUri, Layout<? extends java.io.Serializable> layout, int bufferSize, java.lang.String filePermissions, java.lang.String fileOwner, java.lang.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 classRollingFileManagerThe Rolling File Manager.classRollingRandomAccessFileManagerExtends RollingFileManager but instead of using a buffered output stream, this class uses aByteBufferand aRandomAccessFileto do the I/O.
-