Interface LogEventWriter
- All Known Implementing Classes:
BaseLogEventWriter, JsonLogWriter, MappingLogEventWriter, MarkdownLogWriter, TxtLogWriter, XmlLogWriter
public interface LogEventWriter
LogEventWriters allow the customization of how LogListeners write LogEvent data to
output streams.
Its purpose is the formatting of output data and not the modification of individual events.
- Since:
- 2.1.4
-
Method Summary
-
Method Details
-
write
-
setPrintStream
-
close
void close()
-