LogLevel

Log level, which allows filtering logs by importance.

Entries

Link copied to clipboard

Lowest priority. Usually names of called methods or callbacks received.

Link copied to clipboard

Low priority messages what the service is doing.

Link copied to clipboard

Messages about completed tasks.

Link copied to clipboard

Messages about application level events, in this case DFU messages in human-readable form.

Link copied to clipboard

Important messages.

Link copied to clipboard

Highest priority messages with errors.

Properties

Link copied to clipboard

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

Link copied to clipboard
val level: Int

Log leve.

Link copied to clipboard

Shortened abbreviation of the log level.

Link copied to clipboard
Link copied to clipboard

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.