LogLevel

Log level constants for passing to setLogLevel.

Entries

Link copied to clipboard

Show low-level tracing messages as well as all Debug log messages.

Link copied to clipboard

Show low-level debugging messages as well as all Info log messages.

Link copied to clipboard

Show informational messages as well as all Warning log messages.

Link copied to clipboard

Show warnings as well as all Critical log messages.

Link copied to clipboard

Show critical log messages as well as all Fatal log messages.

Link copied to clipboard

Show fatal errors only.

Link copied to clipboard

Show no log messages.

Functions

Link copied to clipboard
Link copied to clipboard
open fun getValue(): Int
Link copied to clipboard

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. This method may be used to iterate over the constants.