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 FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.