MessageLevel

laika.ast.MessageLevel
See theMessageLevel companion object
sealed abstract class MessageLevel(level: Int) extends Ordered[MessageLevel] with Product

Signals the severity of a runtime message.

Attributes

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

Members list

Concise view

Value members

Concrete methods

def compare(that: MessageLevel): Int

Inherited methods

def <(that: MessageLevel): Boolean

Attributes

Inherited from:
Ordered
def <=(that: MessageLevel): Boolean

Attributes

Inherited from:
Ordered
def >(that: MessageLevel): Boolean

Attributes

Inherited from:
Ordered
def >=(that: MessageLevel): Boolean

Attributes

Inherited from:
Ordered
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def compareTo(that: MessageLevel): Int

Attributes

Inherited from:
Ordered
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Concrete fields

override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.