Uses of Interface
org.apache.logging.log4j.core.appender.ManagerFactory
Packages that use ManagerFactory
Package
Description
Log4j 2 Appenders.
Rolling File Appender and support classes.
Log4j 2 network support.
-
Uses of ManagerFactory in org.apache.logging.log4j.core.appender
Classes in org.apache.logging.log4j.core.appender that implement ManagerFactoryModifier and TypeClassDescriptionprivate static class
Factory to create the Appender.private static class
Factory to create a FileManager.private static class
Factory to create a MemoryMappedFileManager.private static class
Creates the manager.private static class
Factory to create a RandomAccessFileManager.private static class
Methods in org.apache.logging.log4j.core.appender with parameters of type ManagerFactoryModifier and TypeMethodDescriptionstatic <M extends AbstractManager,
T>
MAbstractManager.getManager
(String name, ManagerFactory<M, T> factory, T data) Retrieves a Manager if it has been previously created or creates a new Manager.static <T> OutputStreamManager
OutputStreamManager.getManager
(String name, T data, ManagerFactory<? extends OutputStreamManager, T> factory) Creates a Manager.static <T> WriterManager
WriterManager.getManager
(String name, T data, ManagerFactory<? extends WriterManager, T> factory) Creates a Manager. -
Uses of ManagerFactory in org.apache.logging.log4j.core.appender.rolling
Classes in org.apache.logging.log4j.core.appender.rolling that implement ManagerFactoryModifier and TypeClassDescriptionprivate static class
Factory to create a RollingFileManager.private static class
Factory to create a RollingRandomAccessFileManager. -
Uses of ManagerFactory in org.apache.logging.log4j.core.net
Subinterfaces of ManagerFactory in org.apache.logging.log4j.core.netClasses in org.apache.logging.log4j.core.net that implement ManagerFactoryModifier and TypeClassDescriptionprivate static class
Factory to create the DatagramSocketManager.private static class
private static class
protected static class
TcpSocketManager.TcpSocketManagerFactory<M extends TcpSocketManager,
T extends TcpSocketManager.FactoryData> Factory to create a TcpSocketManager. -
Uses of ManagerFactory in org.apache.logging.log4j.smtp
Classes in org.apache.logging.log4j.smtp that implement ManagerFactoryModifier and TypeClassDescriptionstatic class
Factory to create the SMTP Manager.