LogLevel

Represents the severity level of a log message.

This is used to control the verbosity of logging output and to categorize messages based on their importance.

Entries

Link copied to clipboard

Designates fine-grained informational events that are most useful to debug an application.

Link copied to clipboard

Designates informational messages that highlight the progress of the application at a coarse-grained level.

Link copied to clipboard

Designates potentially harmful situations or warnings that do not prevent the application from continuing.

Link copied to clipboard

Designates error events that might still allow the application to continue running.

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
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.