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 |
Enums
Level
Log level, indicating the sevarity of the log message
Name | Description |
---|---|
|
Verbose log event, these events are mostly debugging related. |
|
Informational log event, used to inform the developer. |
|
Warning log event, this is something the developer should take notice of and fix. |
|
Error log event, an error has occurred and the developer should investigate. |