public class LogDumpOutputStream extends OutputStream
| Constructor and Description |
|---|
LogDumpOutputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
OutputStream orig) |
LogDumpOutputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
OutputStream orig,
String linePrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
long |
getByteCount() |
void |
write(int c) |
write, writepublic LogDumpOutputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
OutputStream orig)
public LogDumpOutputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
OutputStream orig,
String linePrefix)
public void write(int c)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic long getByteCount()
Copyright © 2016 Github jjYBdx4IL Projects. All rights reserved.