//Granify Android SDK/com.granifyinc.granifysdk.logging/Level
Level
[androidJvm]
enum Level : Enum<Level>
Not intended for public use; this enum is exposed due to technical requirements but is not intended to be used externally. Do not interact with this enum or its constituents.
Entries
DISABLED | [androidJvm] DISABLED |
DEBUG | [androidJvm] DEBUG |
INFO | [androidJvm] INFO |
CALL | [androidJvm] CALL |
WARN | [androidJvm] WARN |
ERROR | [androidJvm] ERROR |
CRITICAL | [androidJvm] CRITICAL |
Types
Name | Summary |
---|---|
Companion | [androidJvm] object Companion |
Properties
Name | Summary |
---|---|
description | [androidJvm] val description: String |
name | [androidJvm] val name: String |
ordinal | [androidJvm] val ordinal: Int |
Functions
Name | Summary |
---|---|
valueOf | [androidJvm] fun valueOf(value: String): Level Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | [androidJvm] fun values(): Array<Level> Returns an array containing the constants of this enum type, in the order they’re declared. |