org.ephman.abra.tools
Class Debugger

java.lang.Object
  |
  +--org.ephman.abra.tools.Debugger

public class Debugger
extends java.lang.Object

out put debug messages to out or log file as set up

Version:
0.0.1
Author:
Paul M. Bethe

Field Summary
static int ALL
           
(package private) static int debuglevel
           
static int ERROR
           
static int SHORT
           
static int VERBOSE
           
 
Constructor Summary
Debugger()
           
 
Method Summary
static void init(int level)
           
static void trace(java.lang.String msg, int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static final int ERROR
See Also:
Constant Field Values

SHORT

public static final int SHORT
See Also:
Constant Field Values

VERBOSE

public static final int VERBOSE
See Also:
Constant Field Values

ALL

public static final int ALL
See Also:
Constant Field Values

debuglevel

static int debuglevel
Constructor Detail

Debugger

public Debugger()
Method Detail

init

public static void init(int level)

trace

public static void trace(java.lang.String msg,
                         int level)
                  throws SchemaException
SchemaException