GLLib : Debug Utils
[GLLib]
debugging function to log some message (only in debug version of the lib)
More...Functions | |
static void | Assert (boolean test, String errMessage) |
Assertion test. | |
static void | Dbg (String log) |
Log a debug string on the console. | |
static void | Print (String log) |
print a string in out stream, does not append character return at the end of line (as opposed to Dbg) | |
static void | Warning (String message) |
display a warning |
Detailed Description
debugging function to log some message (only in debug version of the lib)
Function Documentation
static void Assert | ( | boolean | test, | |
String | errMessage | |||
) | [static, package, inherited] |
Assertion test.
- Parameters:
-
test Test to assert. Trigger the errMessage if test is false, nothing if true. errMessage Error message that should be displayed, if the test is false.
- Note:
- Does nothing in RELEASE.
static void Dbg | ( | String | log | ) | [static, package, inherited] |
Log a debug string on the console.
- Parameters:
-
log String to print to the console.
- Note:
- Does nothing in RELEASE.
static void Print | ( | String | log | ) | [static, package, inherited] |
print a string in out stream, does not append character return at the end of line (as opposed to Dbg)
- Parameters:
-
log String to print to the console.
- Note:
- Does nothing in RELEASE.
static void Warning | ( | String | message | ) | [static, package, inherited] |
display a warning
- Parameters:
-
message message that should be displayed
- Note:
- Does nothing in RELEASE.
Generated on Tue Sep 23 23:05:30 2008 for GLLib by 1.5.2