public class LoggingOutputStream extends AbstractLoggingOutput
| Constructor and Description |
|---|
LoggingOutputStream(java.io.OutputStream existing,
LogLevel level,
LogEventSink consoleArchiver)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(java.lang.String message) |
public LoggingOutputStream(java.io.OutputStream existing,
LogLevel level,
LogEventSink consoleArchiver)
existing - The output stream to also write to. May be null.level - The level to use when logging.consoleArchiver - The logger to write to.protected void dispatch(java.lang.String message)
dispatch in class AbstractLoggingOutput