Interface ExecutionLogger
- All Known Implementing Classes:
FileLogger
public interface ExecutionLogger
ExecutionLogger interface.
- Author:
- Olivier Lamy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeLine
(String line) Consume logging from this component.The stream which will catch the output of theScriptRunner
.
-
Method Details
-
getPrintStream
PrintStream getPrintStream()The stream which will catch the output of theScriptRunner
.- Returns:
- the output stream
-
consumeLine
Consume logging from this component.- Parameters:
line
- the line to consume
-