org.apache.tools.ant.taskdefs.optional.junit
protected static class JUnitTask.JUnitLogOutputStream extends LogOutputStream
Since: Ant 1.7
Constructor Summary | |
---|---|
JUnitLogOutputStream(Task task, int level)
Constructor. |
Method Summary | |
---|---|
protected void | processLine(String line, int level)
Logs a line.
|
Parameters: task the task being logged. level the log level used to log data written to this stream.
Parameters: line the line to log. level the logging level to use.