Level

de.rmgk.logging$.Level
See theLevel companion object
sealed class Level(val value: Int, val prefix: String)

Existing log levels, each has a corresponding method in the Logger

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Debug.type
object Error.type
object Info.type
object Silent.type
object Trace.type
object Warn.type

Members list

Concise view

Value members

Concrete fields

final val prefix: String
final val value: Int