Skip to main content

ZLogLevel

actualpackageZLogLevel
10 items
val entries: EnumEntries<ZLogLevel>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
valname
expect val name: String
expect val ordinal: Int
open override fun compare(a: ZLogLevel, b: ZLogLevel): Int
fun valueOf(value: String): ZLogLevel
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.)
fun values(): Array<ZLogLevel>
Returns an array containing the constants of this enum type, in the order they're declared.
enum entryDEBUG
DEBUG
enum entryINFO
INFO
enum entryWARNING
WARNING
enum entryERROR
ERROR