LogLevel

expect enum LogLevel : Enum<LogLevel> (source)

Log level.

actual typealias LogLevel = <Error class: unknown class>(source)
actual enum LogLevel : Enum<LogLevel> (source)

Entries

Link copied to clipboard

Debugging information.

Link copied to clipboard

Low level logging.

Link copied to clipboard

Essential state info and client errors that are recoverable

Link copied to clipboard

Internal errors that are recoverable; client errors that may not be recoverable

Link copied to clipboard

Internal errors that are unrecoverable

Link copied to clipboard

Disabling log messages of a given log domain.

Properties

Link copied to clipboard

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

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

name
Link copied to clipboard
ordinal
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.)

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.

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