Uses of Class
org.apache.logging.log4j.core.appender.AbstractManager

Packages that use AbstractManager
org.apache.logging.log4j.core.appender Log4j 2.0 Appenders. 
org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes. 
org.apache.logging.log4j.core.net Log4j 2.0 network support. 
 

Uses of AbstractManager in org.apache.logging.log4j.core.appender
 

Subclasses of AbstractManager in org.apache.logging.log4j.core.appender
 class FastFileManager
          Extends OutputStreamManager but instead of using a buffered output stream, this class uses a ByteBuffer and a RandomAccessFile to do the I/O.
 class FileManager
          Manages actual File I/O for File Appenders.
 class OutputStreamManager
          Manage an OutputStream so that it can be shared by multiple Appenders and will allow appenders to reconfigure without requiring a new stream.
 

Methods in org.apache.logging.log4j.core.appender with type parameters of type AbstractManager
static
<M extends AbstractManager,T>
M
AbstractManager.getManager(String name, ManagerFactory<M,T> factory, T data)
          Retrieves a Manager if it has been previously created or creates a new Manager.
 

Uses of AbstractManager in org.apache.logging.log4j.core.appender.rolling
 

Subclasses of AbstractManager in org.apache.logging.log4j.core.appender.rolling
 class FastRollingFileManager
          Extends RollingFileManager but instead of using a buffered output stream, this class uses a ByteBuffer and a RandomAccessFile to do the I/O.
 class RollingFileManager
          The Rolling File Manager.
 

Uses of AbstractManager in org.apache.logging.log4j.core.net
 

Subclasses of AbstractManager in org.apache.logging.log4j.core.net
 class AbstractJMSManager
          Base Class for Managers of JMS connections.
 class AbstractSocketManager
          Abstract base class for managing sockets.
 class DatagramSocketManager
          Socket Manager for UDP connections.
 class JMSQueueManager
          Manager for a JMS Queue.
 class JMSTopicManager
          Manager for JMS Topic connections.
 class SMTPManager
          Manager for sending SMTP events.
 class TCPSocketManager
          Manager of TCP Socket connections.
 



Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.