org.merlotxml.merlot
Class MerlotDebug

java.lang.Object
  extended byorg.merlotxml.merlot.MerlotDebug

public class MerlotDebug
extends java.lang.Object

debug stuff

Author:
Kelly A. Campbell

Field Summary
protected static boolean DEBUG_EX
           
protected static boolean DEBUG_ON
           
 
Constructor Summary
MerlotDebug()
           
 
Method Summary
static void exception(java.lang.Throwable t)
           
static void init(java.util.Properties p)
           
static void msg(java.lang.String s)
           
static void reloadSettings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG_ON

protected static boolean DEBUG_ON

DEBUG_EX

protected static boolean DEBUG_EX
Constructor Detail

MerlotDebug

public MerlotDebug()
Method Detail

init

public static void init(java.util.Properties p)

reloadSettings

public static void reloadSettings()

msg

public static void msg(java.lang.String s)

exception

public static void exception(java.lang.Throwable t)