Package de.ubs.xdm3.util
Interface ScriptLogWriter.PrintHandler
- Enclosing class:
ScriptLogWriter
public static interface ScriptLogWriter.PrintHandler
Functional interface for handling printed lines.
Implementations of this interface are responsible for processing the lines written by the ScriptLogWriter.
-
Method Summary
-
Method Details
-
writeLine
Write a line of text.- Parameters:
line- the line of text to be written
-