public interface WriterFactory<C,S>
LogWriter.
The factory is passed two appender-specific objects: the first provides configuration for the writer, the second is used by the writer to report statistics.
| Modifier and Type | Method and Description |
|---|---|
LogWriter |
newLogWriter(C config,
S stats) |
Copyright © 2018. All rights reserved.