Package elf4j.engine.service.writer
Interface LogWriter.TypedLogWriterFactory
-
- All Known Implementing Classes:
StandardStreamsWriter.StandardStreamsWriterFactory
- Enclosing interface:
- LogWriter
public static interface LogWriter.TypedLogWriterFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LogWriter>getLogWriters(LogServiceConfiguration logServiceConfiguration)
-
-
-
Method Detail
-
getLogWriters
List<LogWriter> getLogWriters(LogServiceConfiguration logServiceConfiguration)
- Parameters:
logServiceConfiguration- entire configuration- Returns:
- all log writers of the enclosing writer type from the given configuration
-
-