Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.debug.util » [javadoc | source]
org.apache.bsf.debug.util
public class: DebugLog [javadoc | source]
java.lang.Object
   org.apache.bsf.debug.util.DebugLog
Field Summary
public static final  int BSF_LOG_L0     
public static final  int BSF_LOG_L1     
public static final  int BSF_LOG_L2     
public static final  int BSF_LOG_L3     
public static  Hashtable logLevels     
Method from org.apache.bsf.debug.util.DebugLog Summary:
debugPrint,   debugPrintln,   getDebugStream,   getLogLevel,   setDebugStream,   setLogLevel,   stderrPrint,   stderrPrintln,   stdoutPrint,   stdoutPrintln,   streamPrint,   streamPrintln
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.debug.util.DebugLog Detail:
 public static  void debugPrint(Object obj,
    int prio) 
 public static  void debugPrintln(Object obj,
    int prio) 
 public static PrintStream getDebugStream() 
 public static int getLogLevel() 
 public static  void setDebugStream(PrintStream dbgStream) 
 public static  void setLogLevel(int loglvl) 
 public static  void stderrPrint(Object obj,
    int prio) 
 public static  void stderrPrintln(Object obj,
    int prio) 
 public static  void stdoutPrint(Object obj,
    int prio) 
 public static  void stdoutPrintln(Object obj,
    int prio) 
 public static  void streamPrint(Object obj,
    OutputStream ostrm,
    int prio) 
 public static  void streamPrintln(Object obj,
    OutputStream ostrm,
    int prio)