LoggingLevel

State level of a log message.

Entries

Link copied to clipboard

Verbose log data to understand how the code executes.

Link copied to clipboard

Normal application behavior.

Link copied to clipboard

To log a situation that might be a problem, or an unusual situation.

Link copied to clipboard

A log message providing information when a significant error occurred.

Functions

Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun valueOf(name: String): LoggingLevel
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.