GemDumpSdkLevel enum Core
The level for logs sent to Magic Lane in case of crashes.
Values
- silent → const GemDumpSdkLevel
-
No log
- fatal → const GemDumpSdkLevel
-
Low traffic log level, used by the engine ONLY to print errors which are fatal (the application can't continue or it will crash shortly) and WITHOUT any private information. Example: "Can't find icon database", "The engine was called from another thread, a crash is imminent", etc.
- error → const GemDumpSdkLevel
-
Low traffic log level, used by the engine ONLY to print errors which are not fatal (the application can live with them) and WITHOUT any private information. Example: "Can't connect to offboard server, retrying in 30 seconds".
- warn → const GemDumpSdkLevel
-
Low traffic log level, used be the engine ONLY to print warnings and WITHOUT any private information e.g. "Network is down, can't perform online search", etc.
- info → const GemDumpSdkLevel
-
Low/moderate traffic log level, used by the engine to print useful information e.g. "Download started", "Connected to offboard", etc. These information will NOT contain any private information e.g. device IMEI, positions, search strings, etc.
- debug → const GemDumpSdkLevel
-
High/moderate traffic log level, used by the engine to print useful debugging information verbose and debug logging levels are available ONLY when the SDK is built for debugging and they will be stripped away when the SDK will be compiled for release mode
- verbose → const GemDumpSdkLevel
-
High traffic log level, used by the engine to print high verbose logs
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GemDumpSdkLevel> - A constant List of the values in this enum, in order of their declaration.