Interface ExecutionLogger
-
- All Known Implementing Classes:
FileLogger
public interface ExecutionLoggerExecutionLogger interface.
- Author:
- Olivier Lamy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsumeLine(java.lang.String line)Consume logging from this component.java.io.PrintStreamgetPrintStream()The stream which will catch the output of theScriptRunner.
-
-
-
Method Detail
-
getPrintStream
java.io.PrintStream getPrintStream()
The stream which will catch the output of theScriptRunner.- Returns:
- the output stream
-
consumeLine
void consumeLine(java.lang.String line)
Consume logging from this component.- Parameters:
line- the line to consume
-
-