com.jaxfront.core.log
Class SysOutWrapper

java.lang.Object
  extended by java.io.OutputStream
      extended by com.jaxfront.core.log.SysOutWrapper
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class SysOutWrapper
extends java.io.OutputStream


Method Summary
static void byPass()
           
static void endByPass()
           
static SysOutWrapper getInstance()
           
static int getMAX()
           
static java.lang.StringBuffer getOutBuffer()
           
static boolean isBypassing()
           
static void setMAX(int mAX)
           
 void write(int i)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

byPass

public static void byPass()

endByPass

public static void endByPass()

getInstance

public static SysOutWrapper getInstance()

getMAX

public static int getMAX()

getOutBuffer

public static java.lang.StringBuffer getOutBuffer()

isBypassing

public static boolean isBypassing()

setMAX

public static void setMAX(int mAX)

write

public void write(int i)
Specified by:
write in class java.io.OutputStream