프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MaxErrorCount | int | ||
Messages | List |
||
SubmitErrorStackTrace | bool | ||
SubmitErrorSystemInfo | bool | ||
SubmitErrors | bool |
메소드 | 설명 | |
---|---|---|
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) |
리턴 | void |
public SubmitError ( string eventName, string message, LogType type ) : void | ||
eventName | string | |
message | string | |
type | LogType | |
리턴 | void |