public class LoggingFilterOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
LoggingFilterOutputStream(OutputStream out,
String msg,
org.slf4j.Logger log,
int chunkSize) |
LoggingFilterOutputStream(OutputStream out,
String msg,
org.slf4j.Logger log,
PropertyResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic LoggingFilterOutputStream(OutputStream out, String msg, org.slf4j.Logger log, PropertyResolver resolver)
public LoggingFilterOutputStream(OutputStream out, String msg, org.slf4j.Logger log, int chunkSize)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2018–2021 The Apache Software Foundation. All rights reserved.