Static Public Member Functions | |
| static int | getDebugPriorityMask () |
| static boolean | isDebugTraceOn () |
| static synchronized void | print (Object object) |
| static synchronized void | println (Object object) |
| static synchronized void | println (Object object, int debugPriority) |
| static synchronized void | printlnWithStackOffset (Object object, int additionalStackOffset) |
| static void | setDebugPriorityMask (int priorityMask) |
| static void | setDebugTraceVisible (boolean debugTrace) |
This class will also provide support for creating debug levels (not really implemented yet).
This software is distributed under the BSD License.
Jul 8, 2005 imported to HCILib.
Jun 8, 2006 cleaned up stuff. changed format.
Aug 8, 2006 added to R3.
Definition at line 20 of file DebugUtils.java.
| static int getDebugPriorityMask | ( | ) | [static] |
| static boolean isDebugTraceOn | ( | ) | [static] |
| static synchronized void print | ( | Object | object | ) | [static] |
| static synchronized void println | ( | Object | object, | |
| int | debugPriority | |||
| ) | [static] |
| object | ||
| debugPriority | an int that describes how important this message is. If it is greater than debugPriorityMask, then it will be printed out. If it is less than debugLevel, then it will be hidden. |
Definition at line 102 of file DebugUtils.java.
References DebugUtils.println().
| static synchronized void println | ( | Object | object | ) | [static] |
| object | the object to print out |
Definition at line 91 of file DebugUtils.java.
References DebugUtils.printlnWithStackOffset().
Referenced by DebugUtils.println().
| static synchronized void printlnWithStackOffset | ( | Object | object, | |
| int | additionalStackOffset | |||
| ) | [static] |
| object | ||
| additionalStackOffset |
Definition at line 116 of file DebugUtils.java.
Referenced by DebugUtils.println().
| static void setDebugPriorityMask | ( | int | priorityMask | ) | [static] |
| debugPriorityMask | the debugPriorityMask to set |
Definition at line 128 of file DebugUtils.java.
| static void setDebugTraceVisible | ( | boolean | debugTrace | ) | [static] |
1.4.7