LogLevel

Used to control amount of log output

Entries

Link copied to clipboard

Maximum output. Useful for intense debugging.

Link copied to clipboard

Useful log level for general debugging.

Link copied to clipboard

Log basic informational messages.

Link copied to clipboard

Log warning messages

Link copied to clipboard

Only log errors. Recommended for production.

Functions

Link copied to clipboard
open fun valueOf(name: 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
open fun values(): Array<LogLevel>

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.