type
LogLevel
src
@Serializable { simple=true }
enum class LogLevel : Enum
LogLevel provides a set of discrete levels used to customize logging. See Logging for details.
enum
constructors
fromStr |
Return the LogLevel instance for the specified name. |
---|
fields
vals |
List of LogLevel values indexed by ordinal |
---|