Level

almond.logger.Level
See theLevel companion object
sealed abstract class Level(val index: Int, val name: String, val coloredName: String) extends Product, Serializable, Ordered[Level]

Attributes

Companion
object
Graph
Supertypes
trait Ordered[Level]
trait Comparable[Level]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Debug.type
object Error.type
object Info.type
object None.type
object Warning.type

Members list

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

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
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def compareTo(that: Level): 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

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