class TeakLogEvent
Describes a semi-structured log event that is reported from the native Teak SDK.
Properties
| Name | Type | Description | Access |
|---|---|---|---|
|
A unique string that is assigned when the app starts and stays until the app is closed. |
Get |
|
|
This is a sequential number that, when combined with 'RunId', uniquely identifies this log event. |
Get |
|
|
The time at which this log event was generated. |
Get |
|
|
The type of log event, assigned by the SDK. |
Get |
|
The log level. |
Get |
||
|
Semi-structured data containing the log event. |
Get |
|
|
The device’s persistent random ID, if present in the log payload. |
Get |
|
|
The Teak App ID, if present in the log payload. |
Get |
|
|
The application bundle identifier, if present in the log payload. |
Get |
|
|
The Teak SDK version info, keyed by platform (e.g. "ios", "android", "unity"). |
Get |
|
|
The client application version code, if present in the log payload. |
Get |
|
|
The client application version name, if present in the log payload. |
Get |