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 |