Level

sealed abstract class Level(val index: Int, val name: String, val coloredName: String) extends Product with Serializable with Ordered[Level]
Companion:
object
trait Ordered[Level]
trait Comparable[Level]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Debug.type
object Error.type
object Info.type
object None.type
object Warning.type

Value members

Constructors

def this(index: Int, name: String)

Concrete methods

def compare(that: Level): Int
def debugEnabled: Boolean
def errorEnabled: Boolean
def infoEnabled: Boolean
def warningEnabled: Boolean

Inherited methods

def <(that: Level): Boolean
Inherited from:
Ordered
def <=(that: Level): Boolean
Inherited from:
Ordered
def >(that: Level): Boolean
Inherited from:
Ordered
def >=(that: Level): Boolean
Inherited from:
Ordered
def canEqual(that: Any): Boolean
Inherited from:
Equals
def compareTo(that: Level): Int
Inherited from:
Ordered
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product

Concrete fields

val coloredName: String
val index: Int
val name: String