public final class BufferingLogOutputStream
extends org.apache.commons.exec.LogOutputStream
| Constructor and Description |
|---|
BufferingLogOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Flush any pending data in the
logBuffer |
protected void |
processLine(java.lang.String line,
int level) |
protected void processLine(java.lang.String line,
int level)
processLine in class org.apache.commons.exec.LogOutputStreampublic void close()
throws java.io.IOException
logBufferclose in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class org.apache.commons.exec.LogOutputStreamjava.io.IOException - If closing the stream fails.