Uses of Class
org.apache.logging.log4j.core.appender.RandomAccessFileManager
Packages that use RandomAccessFileManager
-
Uses of RandomAccessFileManager in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender that return RandomAccessFileManagerModifier and TypeMethodDescriptionRandomAccessFileManager.RandomAccessFileManagerFactory.createManager
(String name, RandomAccessFileManager.FactoryData data) Create a RandomAccessFileManager.static RandomAccessFileManager
RandomAccessFileManager.getFileManager
(String fileName, boolean append, boolean immediateFlush, int bufferSize, String advertiseURI, Layout<? extends Serializable> layout, Configuration configuration) Returns the RandomAccessFileManager.Constructors in org.apache.logging.log4j.core.appender with parameters of type RandomAccessFileManagerModifierConstructorDescriptionprivate
RandomAccessFileAppender
(String name, Layout<? extends Serializable> layout, Filter filter, RandomAccessFileManager manager, String filename, boolean ignoreExceptions, boolean immediateFlush, Advertiser advertiser, Property[] properties)