FileLogger
public interface ExecutionLogger
Modifier and Type | Method | Description |
---|---|---|
void |
consumeLine(java.lang.String line) |
Consume logging from this component.
|
java.io.PrintStream |
getPrintStream() |
The stream which will catch the output of the
ScriptRunner . |
java.io.PrintStream getPrintStream()
ScriptRunner
.void consumeLine(java.lang.String line)
line
- the line to consume