Class OutputStreamAppender.OutputStreamManagerFactory
java.lang.Object
org.apache.logging.log4j.core.appender.OutputStreamAppender.OutputStreamManagerFactory
- All Implemented Interfaces:
ManagerFactory<OutputStreamManager,
OutputStreamAppender.FactoryData>
- Enclosing class:
OutputStreamAppender
private static class OutputStreamAppender.OutputStreamManagerFactory
extends Object
implements ManagerFactory<OutputStreamManager,OutputStreamAppender.FactoryData>
Creates the manager.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateManager
(String name, OutputStreamAppender.FactoryData data) Creates an OutputStreamManager.
-
Constructor Details
-
OutputStreamManagerFactory
private OutputStreamManagerFactory()
-
-
Method Details
-
createManager
Creates an OutputStreamManager.- Specified by:
createManager
in interfaceManagerFactory<OutputStreamManager,
OutputStreamAppender.FactoryData> - Parameters:
name
- The name of the entity to manage.data
- The data required to create the entity.- Returns:
- The OutputStreamManager
-