|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmarquee.xmlrpc.util.Trace
public class Trace
Contains compilation flags and debug types. This is used throughout the code in the library to check if a particular type of log message should be created.
Field Summary | |
---|---|
static java.lang.String |
Debug
The debug trace prefix |
static boolean |
Debugs
Indicates if the library should include byt code for tracing debug messages |
static java.lang.String |
Element
The element trace prefix |
static boolean |
Elements
Indicates if the library should include byt code for tracing XML tags |
static java.lang.String |
Error
The Error trace prefix |
static boolean |
Errors
Indicates if the library should include byt code for tracing errors |
static java.lang.String |
Message
The message trace prefix |
static boolean |
Messages
Indicates if the library should include byt code for tracing messages |
static java.lang.String |
Warning
The warning trace prefix |
static boolean |
Warnings
Indicates if the library should include byt code for tracing warnings |
Constructor Summary | |
---|---|
Trace()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String Error
public static boolean Errors
public static java.lang.String Warning
public static boolean Warnings
public static java.lang.String Message
public static boolean Messages
public static java.lang.String Debug
public static boolean Debugs
public static java.lang.String Element
public static boolean Elements
Constructor Detail |
---|
public Trace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |