public class SysOutScanner
extends java.lang.Object
getStack().PrintStreamListener,
System.out,
System.err| Constructor and Description |
|---|
SysOutScanner(LogFileWriter localConsole)
Constructor of this class, if running local in an application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append2Stack(PrintStreamListenerOutput listenerOutput)
This method will be used in order to append an output line (System.out or System.err)
to the local outputStack
|
java.util.Vector<PrintStreamListenerOutput> |
getStack()
Can be used in order to get the current outputStack of the local console.
|
public SysOutScanner(LogFileWriter localConsole)
localConsole - the LogFileWriterpublic void append2Stack(PrintStreamListenerOutput listenerOutput)
listenerOutput - the PrintStreamListenerOutputpublic java.util.Vector<PrintStreamListenerOutput> getStack()