|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pnp.xfeature.utils.Report
public class Report
Logger class used to report various information at runtime.
| Field Summary | |
|---|---|
static boolean |
verbose
|
| Constructor Summary | |
|---|---|
Report()
|
|
| Method Summary | |
|---|---|
static void |
debug(java.lang.String msg)
Displays the debugging message msg to the error log |
static void |
disp(java.lang.String msg)
Displays the message msg to the error log |
static void |
error(java.lang.String msg,
java.lang.Throwable e)
Displays the error message msg to the error log |
static void |
log(int severity,
int code,
java.lang.String msg,
java.lang.Throwable e)
Displays the trace message msg to the error log |
static void |
mb(java.lang.String msg)
Displays the message msg in a messago box |
static void |
node(org.w3c.dom.Node node,
org.w3c.dom.Document metamodel)
Displays detailed inforamtion about a Node instance to console |
static void |
trace(java.lang.String msg)
Displays the trace message msg to the error log |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean verbose
| Constructor Detail |
|---|
public Report()
| Method Detail |
|---|
public static void log(int severity,
int code,
java.lang.String msg,
java.lang.Throwable e)
public static void debug(java.lang.String msg)
public static void trace(java.lang.String msg)
public static void disp(java.lang.String msg)
public static void error(java.lang.String msg,
java.lang.Throwable e)
public static void mb(java.lang.String msg)
public static void node(org.w3c.dom.Node node,
org.w3c.dom.Document metamodel)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||