protected static class JUnitTask.JUnitLogOutputStream
extends org.apache.tools.ant.taskdefs.LogOutputStream
| Constructor and Description |
|---|
JUnitLogOutputStream(org.apache.tools.ant.Task task,
int level)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
processLine(java.lang.String line,
int level)
Logs a line.
|
getMessageLevel, processBuffer, processLinepublic JUnitLogOutputStream(org.apache.tools.ant.Task task,
int level)
task - the task being logged.level - the log level used to log data written to this stream.protected void processLine(java.lang.String line,
int level)
processLine in class org.apache.tools.ant.taskdefs.LogOutputStreamline - the line to log.level - the logging level to use.Copyright © 2018 SAP SE. All Rights Reserved.