Package elf4j.engine.service.writer
Class StandardStreamsWriter.StandardStreamsWriterFactory
- java.lang.Object
-
- elf4j.engine.service.writer.StandardStreamsWriter.StandardStreamsWriterFactory
-
- All Implemented Interfaces:
LogWriter.TypedLogWriterFactory
- Enclosing class:
- StandardStreamsWriter
public static class StandardStreamsWriter.StandardStreamsWriterFactory extends Object implements LogWriter.TypedLogWriterFactory
-
-
Constructor Summary
Constructors Constructor Description StandardStreamsWriterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LogWriter>getLogWriters(LogServiceConfiguration logServiceConfiguration)
-
-
-
Method Detail
-
getLogWriters
public List<LogWriter> getLogWriters(LogServiceConfiguration logServiceConfiguration)
- Specified by:
getLogWritersin interfaceLogWriter.TypedLogWriterFactory- Parameters:
logServiceConfiguration- entire configuration- Returns:
- all log writers of the enclosing writer type from the given configuration
-
-