public class LogOutputStream extends OutputStream
| Constructor and Description |
|---|
LogOutputStream(org.apache.maven.plugin.logging.Log log,
boolean error) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(int b) |
close, write, writepublic LogOutputStream(org.apache.maven.plugin.logging.Log log,
boolean error)
public void write(int b)
write in class OutputStreampublic void flush()
flush in interface Flushableflush in class OutputStreamCopyright © 2023. All rights reserved.