public class Trace
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Trace() |
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