Class COM.ibm.jaws.util.Debug
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.util.Debug

java.lang.Object
   |
   +----COM.ibm.jaws.util.Debug

public class Debug
extends Object

Variable Index

 o debug
 o executionDeltaStartTime
 o executionStartTime
 o executionTime
 o kComponentSeparator
 o kExecutionTimeSeparator
 o outputPrefix
 o thread
 o timeStamps

Constructor Index

 o Debug(String)
 o Debug(String, boolean)
 o Debug(String, boolean, String, int)

Method Index

 o close()
 o debugOff()
 o debugOn()
 o enter(String)
 o err(String)
 o errln(String)
 o executionTimeOff()
 o executionTimeOn()
 o exit(String)
 o getFormattedExecutionTime()
 o getFormattedOutputPrefix()
 o getFormattedThread()
 o getFormattedTimeStamp()
 o on()
 o out(String)
 o outln(String)
 o rebindErr(String)
 o rebindOut(String)
 o setOutputPrefix(String)
 o threadOff()
 o threadOn()
 o timeStampOff()
 o timeStampOn()

Variables

 o debug
  protected boolean debug
 o executionTime
  protected static boolean executionTime
 o timeStamps
  protected static boolean timeStamps
 o thread
  protected static boolean thread
 o outputPrefix
  protected String outputPrefix
 o executionStartTime
  protected static long executionStartTime
 o executionDeltaStartTime
  protected static long executionDeltaStartTime
 o kComponentSeparator
  protected final String kComponentSeparator
 o kExecutionTimeSeparator
  protected final String kExecutionTimeSeparator

Constructors

 o Debug
  public Debug(String outputPrefix)
 o Debug
  public Debug(String outputPrefix,
               boolean debug)
 o Debug
  public Debug(String outputPrefix,
               boolean debug,
               String server,
               int port)

Methods

 o out
  public void out(String s)
 o outln
  public void outln(String s)
 o err
  public void err(String s)
 o errln
  public void errln(String s)
 o enter
  public void enter(String s)
 o exit
  public void exit(String s)
 o rebindOut
  public void rebindOut(String file)
 o rebindErr
  public void rebindErr(String file)
 o debugOn
  public void debugOn()
 o debugOff
  public void debugOff()
 o executionTimeOn
  public void executionTimeOn()
 o executionTimeOff
  public void executionTimeOff()
 o timeStampOn
  public void timeStampOn()
 o timeStampOff
  public void timeStampOff()
 o threadOn
  public void threadOn()
 o threadOff
  public void threadOff()
 o setOutputPrefix
  public void setOutputPrefix(String outputPrefix)
 o getFormattedTimeStamp
  protected String getFormattedTimeStamp()
 o getFormattedExecutionTime
  protected String getFormattedExecutionTime()
 o getFormattedOutputPrefix
  protected String getFormattedOutputPrefix()
 o getFormattedThread
  protected String getFormattedThread()
 o on
  public boolean on()
 o close
  public void close()

All Packages  Class Hierarchy  This Package  Previous  Next  Index