Static Public Member Functions | |
static void | log (String msgType, String msg) |
static void | setPrintDebug (boolean printDebug) |
Static Private Attributes | |
static boolean | mPrintDebug = false |
Definition at line 30 of file Utils.java.
|
A simple message logging function. The message type gets printed before the actual message. Definition at line 36 of file Utils.java. References voce.Utils.mPrintDebug. |
|
Sets how much debug output to print ('true' prints debug and error messages; 'false' prints only error messages). Definition at line 59 of file Utils.java. References voce.Utils.mPrintDebug. |
|
Definition at line 32 of file Utils.java. Referenced by voce.Utils.log(), and voce.Utils.setPrintDebug(). |