MessageLevel

sealed abstract class MessageLevel(level: Int) extends Ordered[MessageLevel] with Product

Signals the severity of a runtime message.

Companion:
object
trait Product
trait Equals
trait Ordered[MessageLevel]
trait Comparable[MessageLevel]
class Object
trait Matchable
class Any
object Debug.type
object Error.type
object Fatal.type
object Info.type
object Warning.type

Value members

Concrete methods

def compare(that: MessageLevel): Int

Inherited methods

def <(that: MessageLevel): Boolean
Inherited from:
Ordered
def <=(that: MessageLevel): Boolean
Inherited from:
Ordered
def >(that: MessageLevel): Boolean
Inherited from:
Ordered
def >=(that: MessageLevel): Boolean
Inherited from:
Ordered
def canEqual(that: Any): Boolean
Inherited from:
Equals
def compareTo(that: MessageLevel): 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

override val toString: String