hudson.plugins.jabber.im
Class LoggingFilterReader
java.lang.Object
java.io.Reader
java.io.FilterReader
hudson.plugins.jabber.im.LoggingFilterReader
- All Implemented Interfaces:
- Closeable, Readable
public class LoggingFilterReader
- extends FilterReader
A FilterReader
which logs all received XMPP messages on the given log level.
- Author:
- kutzi
Method Summary |
int |
read(char[] cbuf,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingFilterReader
public LoggingFilterReader(Reader wrapped,
Logger logger,
Level level)
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterReader
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.