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 java.lang.Object implements ManagerFactory<OutputStreamManager,OutputStreamAppender.FactoryData>
Creates the manager.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
OutputStreamManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStreamManager
createManager(java.lang.String name, OutputStreamAppender.FactoryData data)
Creates an OutputStreamManager.
-
-
-
Method Detail
-
createManager
public OutputStreamManager createManager(java.lang.String name, OutputStreamAppender.FactoryData data)
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
-
-