|
|||||||||
| Home >> All >> org >> merlotxml >> [ merlot overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.merlotxml.merlot
Class MerlotDebug

java.lang.Objectorg.merlotxml.merlot.MerlotDebug
- public class MerlotDebug
- extends java.lang.Object
debug stuff
| 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)
|
|||||||||
| Home >> All >> org >> merlotxml >> [ merlot overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.merlotxml.merlot.MerlotDebug