public class ScreenLogger extends WriterLogger
ScreenLogger class is intended to be used with the
Log class in order to setup the System.err as a LogListener.autoFlush, lineSep, writer| Constructor and Description |
|---|
ScreenLogger()
Constructor given no arguments.
|
ScreenLogger(OutputStream outputStream)
Constructor given an output stream.
|
close, formatMessage, messageLogged, propertyChange, streamStarted, streamStoppedpublic ScreenLogger()
public ScreenLogger(OutputStream outputStream)
WriterLogger constructor with the
same signature.outputStream - The output stream representing the log destination.Copyright © 1999–2017 Apache OODT. All rights reserved.