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, write
public LogOutputStream(org.apache.maven.plugin.logging.Log log, boolean error)
public void write(int b)
write
in class OutputStream
public void flush()
flush
in interface Flushable
flush
in class OutputStream
Copyright © 2023. All rights reserved.