Property | Type | Description | |
---|---|---|---|
MaxErrorCount | int | ||
Messages | List |
||
SubmitErrorStackTrace | bool | ||
SubmitErrorSystemInfo | bool | ||
SubmitErrors | bool |
Method | Description | |
---|---|---|
HandleLog ( string logString, string stackTrace, LogType type ) : void |
If SubmitErrors is enabled on the GA object this makes sure that any exceptions or errors are submitted to the GA server
|
|
SubmitError ( string eventName, string message, LogType type ) : void |
public HandleLog ( string logString, string stackTrace, LogType type ) : void | ||
logString | string |
/// The message |
stackTrace | string |
/// The exception stack trace |
type | LogType |
/// The type of the log message (we only submit errors and exceptions to the GA server) |
return | void |
public SubmitError ( string eventName, string message, LogType type ) : void | ||
eventName | string | |
message | string | |
type | LogType | |
return | void |