public class LoggingFilterWriter extends FilterWriter
FilterWriter
which logs all sent XMPP messages on the given log level.out
Constructor and Description |
---|
LoggingFilterWriter(Writer wrapped,
Logger logger,
Level level) |
public void write(char[] cbuf, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void write(char[] cbuf) throws IOException
write
in class Writer
IOException
public void write(String str) throws IOException
write
in class Writer
IOException
public void write(String str, int off, int len) throws IOException
write
in class FilterWriter
IOException
Copyright © 2004–2014. All rights reserved.