public class Debug
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG
True if force debug over any other setting
|
static java.lang.String |
message
Any message to use
|
static java.lang.String |
UUID
UUID to match to.
|
Constructor and Description |
---|
Debug() |
Modifier and Type | Method and Description |
---|---|
static void |
uuidPrint(java.lang.String theUuid,
java.lang.String msg)
This can be used to trace debug behaviour for a single service.
|
public static boolean DEBUG
public static java.lang.String UUID
public static java.lang.String message
public static void uuidPrint(java.lang.String theUuid, java.lang.String msg)
theUuid
- the uuid to compare with.msg
- the message to print out.