LogLevel¶
Deprecated¶
The OpenSavvy Logger library is deprecated and won't be maintained anymore. We do not plan on deleting the library, but we do not plan on improving it either. We encourage you to switch to another logging library.
Entries¶
TRACE¶
DEBUG¶
INFO¶
WARN¶
ERROR¶
NONE¶
Types¶
Companion¶
object Companion
Properties¶
debug¶
entries¶
val entries: EnumEntries<LogLevel>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
This method may be used to iterate over the enum entries.
error¶
info¶
name¶
ordinal¶
trace¶
warn¶
Functions¶
valueOf¶
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.)
Throws
kotlin.IllegalArgumentException-
if this enum type has no constant with the specified name