LogLevel

Log levels in order from most permissive to least permissive. Messages below the current log level will not be logged.

Some Android specific logging levels removed to create parity with iOS.

Entries

Link copied to clipboard

Debug level - most verbose logging

Link copied to clipboard

Warning level - for potential issues

Link copied to clipboard

Error level - for actual errors

Link copied to clipboard

No logging

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): 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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.