org.x4juli.handlers
Class ConsoleHandler.SystemErrStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.x4juli.handlers.ConsoleHandler.SystemErrStream
Enclosing class:
ConsoleHandler

private static class ConsoleHandler.SystemErrStream
extends java.io.OutputStream

An implementation of OutputStream that redirects to the current System.err.

Since:
0.6

Constructor Summary
ConsoleHandler.SystemErrStream()
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleHandler.SystemErrStream

public ConsoleHandler.SystemErrStream()
Method Detail

close

public void close()

flush

public void flush()

write

public void write(byte[] b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException


${license_html}