KaliumLogLevel

LoggerType in order from lowest to the highest severity level.

Entries

Link copied to clipboard

A log level describing events showing step by step execution of your code that can be ignored during the standard operation, but may be useful during extended debugging sessions.

Link copied to clipboard

A log level used for events considered to be useful during software debugging when more granular information is needed.

Link copied to clipboard

An event happened, the event is purely informative and can be ignored during normal operations.

Link copied to clipboard

Unexpected behavior happened inside the application, but it is continuing its work and the key business features are operating as expected.

Link copied to clipboard

One or more functionalities are not working, preventing some functionalities from working correctly.

Link copied to clipboard

Logger is Disabled.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard
fun KaliumLogLevel.toMinSeverity(): <Error class: unknown class>
Link copied to clipboard
fun valueOf(value: String): KaliumLogLevel

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
fun values(): Array<KaliumLogLevel>

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