|
Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
| init | |
| forceException | |
| leaveBreadcrumb | |
| setUser | |
Forces a crash and crittercism report, can be used for internal errors or debugging crittercism.
function forceException ()
Initialize Crittercism.
function init ( string appId, string appKey, string appSecret )
| appId | ( string ) Available in Crittercism dashboard settings. |
| appKey | ( string ) Available in Crittercism dashboard settings. |
| appSecret | ( string ) Available in Crittercism dashboard settings. |
Leave a breadcrumb (log statement) to trace execution.
function leaveBreadcrumb ( string breadcrumb )
| breadcrumb | ( string ) A string describing the code location. |
Sets the username.
function setUser ( string username )
| username | ( string ) |