Uses of Interface
org.apache.logging.log4j.core.appender.ManagerFactory
-
Packages that use ManagerFactory Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes.org.apache.logging.log4j.core.net Log4j 2 network support. -
-
Uses of ManagerFactory in org.apache.logging.log4j.core.appender
Classes in org.apache.logging.log4j.core.appender that implement ManagerFactory Modifier and Type Class Description private static classConsoleAppender.ConsoleManagerFactoryFactory to create the Appender.private static classFileManager.FileManagerFactoryFactory to create a FileManager.private static classMemoryMappedFileManager.MemoryMappedFileManagerFactoryFactory to create a MemoryMappedFileManager.private static classOutputStreamAppender.OutputStreamManagerFactoryCreates the manager.private static classRandomAccessFileManager.RandomAccessFileManagerFactoryFactory to create a RandomAccessFileManager.private static classWriterAppender.WriterManagerFactoryMethods in org.apache.logging.log4j.core.appender with parameters of type ManagerFactory Modifier and Type Method Description static <M extends AbstractManager,T>
MAbstractManager. getManager(java.lang.String name, ManagerFactory<M,T> factory, T data)Retrieves a Manager if it has been previously created or creates a new Manager.static <T> OutputStreamManagerOutputStreamManager. getManager(java.lang.String name, T data, ManagerFactory<? extends OutputStreamManager,T> factory)Creates a Manager.static <T> WriterManagerWriterManager. getManager(java.lang.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 ManagerFactory Modifier and Type Class Description private static classRollingFileManager.RollingFileManagerFactoryFactory to create a RollingFileManager.private static classRollingRandomAccessFileManager.RollingRandomAccessFileManagerFactoryFactory to create a RollingRandomAccessFileManager. -
Uses of ManagerFactory in org.apache.logging.log4j.core.net
Classes in org.apache.logging.log4j.core.net that implement ManagerFactory Modifier and Type Class Description private static classDatagramSocketManager.DatagramSocketManagerFactoryFactory to create the DatagramSocketManager.private static classJndiManager.JndiManagerFactoryprivate static classSmtpManager.SMTPManagerFactoryFactory to create the SMTP Manager.private static classSslSocketManager.SslSocketManagerFactoryprotected static classTcpSocketManager.TcpSocketManagerFactory<M extends TcpSocketManager,T extends TcpSocketManager.FactoryData>Factory to create a TcpSocketManager.
-