Level

besom.codegen.Logger.Level
See theLevel companion object
sealed abstract class Level(val level: Int) extends Ordered[Level]

Attributes

Companion
object
Graph
Supertypes
trait Ordered[Level]
trait Comparable[Level]
class Object
trait Matchable
class Any
Known subtypes
object Debug.type
object Error.type
object Info.type
object Warn.type

Members list

Value members

Concrete methods

override def compare(that: Level): Int

Attributes

Definition Classes

Inherited methods

def <(that: Level): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Concrete fields

val level: Int