LogLevel

Enumerates log levels on a given platform.

Entries

Link copied to clipboard

TRACE-level logging; the most detailed level.

Link copied to clipboard

DEBUG-level logging.

Link copied to clipboard

WARN-level logging.

Link copied to clipboard

INFO-level logging.

Link copied to clipboard

ERROR-level logging.

Properties

Link copied to clipboard
val LogLevel.jvmLevel: Level
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun LogLevel.isEnabled(logger: Logger): Boolean
Link copied to clipboard
fun LogLevel.resolve(logger: Logger): (String) -> Unit
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.