Main Page | Packages | Class List | File List | Class Members

voce.Utils Class Reference

List of all members.

Static Public Member Functions

static void log (String msgType, String msg)
static void setPrintDebug (boolean printDebug)

Static Private Attributes

static boolean mPrintDebug = false

Detailed Description

A collection of utility functions used in Voce.

Definition at line 30 of file Utils.java.


Member Function Documentation

static void voce.Utils.log String  msgType,
String  msg
[static]
 

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.

static void voce.Utils.setPrintDebug boolean  printDebug  )  [static]
 

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.


Member Data Documentation

boolean voce.Utils.mPrintDebug = false [static, private]
 

Definition at line 32 of file Utils.java.

Referenced by voce.Utils.log(), and voce.Utils.setPrintDebug().


The documentation for this class was generated from the following file:
Generated on Wed Aug 3 16:25:02 2005 for Voce Java API by  doxygen 1.4.1