| java.lang.Object java.io.OutputStream org.isqlviewer.util.Log4jOutputStream
Log4jOutputStream | public class Log4jOutputStream extends OutputStream (Code) | | OutputStream wrapper for provider streams and writers for logging purposes.
author: Mark A. Kobold <mkobold at isqlviewer dot com> version: 1.0 |
Method Summary | |
public synchronized void | flush() | public synchronized void | write(int b) | public synchronized void | write(byte[] b, int offset, int length) | public synchronized void | write(byte[] b) |
Log4jOutputStream | public Log4jOutputStream(Logger logger)(Code) | | |
flush | public synchronized void flush()(Code) | | |
write | public synchronized void write(int b)(Code) | | |
write | public synchronized void write(byte[] b, int offset, int length)(Code) | | |
write | public synchronized void write(byte[] b)(Code) | | |
|
|