Uses of Class
org.apache.logging.log4j.core.appender.FileManager
Packages that use FileManager
Package
Description
Log4j 2 Appenders.
Rolling File Appender and support classes.
-
Uses of FileManager in org.apache.logging.log4j.core.appender
Subclasses with type arguments of type FileManager in org.apache.logging.log4j.core.appenderMethods in org.apache.logging.log4j.core.appender that return FileManagerModifier and TypeMethodDescriptionstatic FileManagerFileManager.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.rollingModifier and TypeClassDescriptionclassThe Rolling File Manager.classExtends RollingFileManager but instead of using a buffered output stream, this class uses aByteBufferand aRandomAccessFileto do the I/O.