Uses of Interface
org.apache.logging.log4j.core.appender.ManagerFactory
Packages that use ManagerFactory
Package
Description
Log4j 2 Appenders.
The classes in this package and sub packages provide appenders for various types of databases and methods for
accessing databases.
The JDBC Appender supports writing log events to a relational database using standard JDBC connections.
Message oriented middleware appenders.
Classes and interfaces for ZeroMQ/JeroMQ support.
The NoSQL Appender supports writing log events to NoSQL databases.
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 classFactory to create the Appender.private static classFactory to create a FileManager.private static classFactory to create a MemoryMappedFileManager.private static classCreates the manager.private static classFactory to create a RandomAccessFileManager.private static classMethods 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> OutputStreamManagerOutputStreamManager.getManager(String name, T data, ManagerFactory<? extends OutputStreamManager, T> factory) Creates a Manager.static <T> WriterManagerWriterManager.getManager(String name, T data, ManagerFactory<? extends WriterManager, T> factory) Creates a Manager. -
Uses of ManagerFactory in org.apache.logging.log4j.core.appender.db
Methods in org.apache.logging.log4j.core.appender.db with parameters of type ManagerFactoryModifier and TypeMethodDescriptionprotected static <M extends AbstractDatabaseManager, T extends AbstractDatabaseManager.AbstractFactoryData>
MAbstractDatabaseManager.getManager(String name, T data, ManagerFactory<M, T> factory) Implementations should define their own getManager method and call this method from that to create or get existing managers. -
Uses of ManagerFactory in org.apache.logging.log4j.core.appender.db.jdbc
Classes in org.apache.logging.log4j.core.appender.db.jdbc that implement ManagerFactoryModifier and TypeClassDescriptionprivate static final classCreates managers. -
Uses of ManagerFactory in org.apache.logging.log4j.core.appender.mom
Classes in org.apache.logging.log4j.core.appender.mom that implement ManagerFactory -
Uses of ManagerFactory in org.apache.logging.log4j.core.appender.mom.jeromq
Classes in org.apache.logging.log4j.core.appender.mom.jeromq that implement ManagerFactory -
Uses of ManagerFactory in org.apache.logging.log4j.core.appender.nosql
Classes in org.apache.logging.log4j.core.appender.nosql that implement ManagerFactoryModifier and TypeClassDescriptionprivate static final classCreates managers. -
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 classFactory to create a RollingFileManager.private static classFactory 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 classFactory to create the DatagramSocketManager.private static classprivate static classprotected static classTcpSocketManager.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 classFactory to create the SMTP Manager.