org.merlotxml.merlot
Class MerlotDebug
java.lang.Object
org.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
|
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 |
DEBUG_ON
protected static boolean DEBUG_ON
DEBUG_EX
protected static boolean DEBUG_EX
MerlotDebug
public MerlotDebug()
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)