public class LoggingOutputStream extends AbstractLoggingOutput
Constructor and Description |
---|
LoggingOutputStream(OutputStream existing,
LogLevel level,
LogEventSink consoleArchiver)
Constructor.
|
public LoggingOutputStream(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(String message)
dispatch
in class AbstractLoggingOutput