public class Debug
extends java.lang.Object
dbg()
in LoggerSimple
or similar implementations.
For documentation purposes, classes containing Debug.LocalDebugItem
enums should extend the Debug
class.
Each project must contain its own class(es) extending Debug
, holding an enum the implements Debug.DebugItem
, with a similar implementation to this one.
Modifier and Type | Class and Description |
---|---|
static interface |
Debug.DebugItem
This interface must be implemented by all enumerations of debug constants in order to be able to use them as
arguments of method
dbg() in LoggerSimple implementations. |
static class |
Debug.LocalDebugItem
Example enumeration implementing
Debug.DebugItem . |
Constructor and Description |
---|
Debug() |