public class LoggingOutputHandler
extends java.lang.Object
implements com.xebialabs.overthere.OverthereExecutionOutputHandler
| Constructor and Description |
|---|
LoggingOutputHandler(org.slf4j.Logger logger,
java.lang.String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleChar(char c) |
void |
handleLine(java.lang.String line) |
public LoggingOutputHandler(org.slf4j.Logger logger,
java.lang.String prefix)
public void handleChar(char c)
handleChar in interface com.xebialabs.overthere.OverthereExecutionOutputHandlerpublic void handleLine(java.lang.String line)
handleLine in interface com.xebialabs.overthere.OverthereExecutionOutputHandler