public class LoggingFilterOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
LoggingFilterOutputStream(OutputStream out,
String msg,
org.slf4j.Logger log) |
public LoggingFilterOutputStream(OutputStream out, String msg, org.slf4j.Logger log)
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 © 2008–2014 The Apache Software Foundation. All rights reserved.