marquee.xmlrpc.util
Class Trace

java.lang.Object
  extended by marquee.xmlrpc.util.Trace

public class Trace
extends java.lang.Object

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.

Since:
JDK 1.1
Version:
$Revision: 1.3 $
Author:
Greger Ohlson (greger.ohlson@marquee.se)

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

Error

public static java.lang.String Error
The Error trace prefix


Errors

public static boolean Errors
Indicates if the library should include byt code for tracing errors


Warning

public static java.lang.String Warning
The warning trace prefix


Warnings

public static boolean Warnings
Indicates if the library should include byt code for tracing warnings


Message

public static java.lang.String Message
The message trace prefix


Messages

public static boolean Messages
Indicates if the library should include byt code for tracing messages


Debug

public static java.lang.String Debug
The debug trace prefix


Debugs

public static boolean Debugs
Indicates if the library should include byt code for tracing debug messages


Element

public static java.lang.String Element
The element trace prefix


Elements

public static boolean Elements
Indicates if the library should include byt code for tracing XML tags

Constructor Detail

Trace

public Trace()