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 FilterWriterIOExceptionpublic void write(char[] cbuf)
throws IOException
write in class WriterIOExceptionpublic void write(String str) throws IOException
write in class WriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class FilterWriterIOExceptionCopyright © 2004-2014 Hudson. All Rights Reserved.