org.apache.bsf.debug.util
public class DebugLog extends Object
Field Summary | |
---|---|
static int | BSF_LOG_L0 |
static int | BSF_LOG_L1 |
static int | BSF_LOG_L2 |
static int | BSF_LOG_L3 |
static Hashtable | logLevels |
Method Summary | |
---|---|
static void | debugPrint(Object obj, int prio) |
static void | debugPrintln(Object obj, int prio) |
static PrintStream | getDebugStream() |
static int | getLogLevel() |
static void | setDebugStream(PrintStream dbgStream) |
static void | setLogLevel(int loglvl) |
static void | stderrPrint(Object obj, int prio) |
static void | stderrPrintln(Object obj, int prio) |
static void | stdoutPrint(Object obj, int prio) |
static void | stdoutPrintln(Object obj, int prio) |
static void | streamPrint(Object obj, OutputStream ostrm, int prio) |
static void | streamPrintln(Object obj, OutputStream ostrm, int prio) |