Uses of Class
org.apache.logging.log4j.core.appender.AbstractManager
Packages that use AbstractManager
Package
Description
Log4j 2 Appenders.
Rolling File Appender and support classes.
Log4j 2 network support.
-
Uses of AbstractManager in org.apache.logging.log4j.core.appender
Subclasses of AbstractManager in org.apache.logging.log4j.core.appenderModifier and TypeClassDescriptionclassManages actual File I/O for File Appenders.classclassclassExtends OutputStreamManager but instead of using a buffered output stream, this class maps a region of a file into memory and writes to this memory region.classManages an OutputStream so that it can be shared by multiple Appenders and will allow appenders to reconfigure without requiring a new stream.classExtends OutputStreamManager but instead of using a buffered output stream, this class uses aByteBufferand aRandomAccessFileto do the I/O.classManages a Writer so that it can be shared by multiple Appenders and will allow appenders to reconfigure without requiring a new writer.Fields in org.apache.logging.log4j.core.appender with type parameters of type AbstractManagerModifier and TypeFieldDescriptionprivate static final Map<String, AbstractManager> AbstractManager.MAPMethods in org.apache.logging.log4j.core.appender with type parameters of type AbstractManagerModifier 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.protected static <M extends AbstractManager>
MAbstractManager.narrow(Class<M> narrowClass, AbstractManager manager) Returns the specified manager, cast to the specified narrow type.Methods in org.apache.logging.log4j.core.appender with parameters of type AbstractManagerModifier and TypeMethodDescriptionprotected static <M extends AbstractManager>
MAbstractManager.narrow(Class<M> narrowClass, AbstractManager manager) Returns the specified manager, cast to the specified narrow type. -
Uses of AbstractManager in org.apache.logging.log4j.core.appender.rolling
Subclasses of AbstractManager 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. -
Uses of AbstractManager in org.apache.logging.log4j.core.net
Subclasses of AbstractManager in org.apache.logging.log4j.core.netModifier and TypeClassDescriptionclassAbstract base class for managing sockets.classSocket Manager for UDP connections.classManages a JNDIDirContext.classParent of all managers that send e-mails.classclassManager of TCP Socket connections. -
Uses of AbstractManager in org.apache.logging.log4j.smtp
Subclasses of AbstractManager in org.apache.logging.log4j.smtp