//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/Logger/LogLevel
LogLevel
[androidJvm]\ enum LogLevel : Enum<Logger.LogLevel>
Possible levels of logging.
Entries
DEBUG | [androidJvm] DEBUG |
INFO | [androidJvm] INFO |
WARNING | [androidJvm] WARNING |
ERROR | [androidJvm] ERROR |
Properties
Name | Summary |
---|---|
name | [androidJvm] val name: String |
ordinal | [androidJvm] val ordinal: Int |
Functions
Name | Summary |
---|---|
valueOf | [androidJvm] fun valueOf(value: String): Logger.LogLevel 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<Logger.LogLevel> Returns an array containing the constants of this enum type, in the order they're declared. |