protected static class JUnitTask.JUnitLogOutputStream
extends LogOutputStream
| Constructor and Description |
|---|
JUnitLogOutputStream(Task task,
int level)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
processLine(String line,
int level)
Logs a line.
|
public JUnitLogOutputStream(Task task,
int level)
task - the task being logged.level - the log level used to log data written to this stream.protected void processLine(String line, int level)
line - the line to log.level - the logging level to use.Copyright © 2017 SAP SE. All Rights Reserved.