Level

almond.logger.Level$
See theLevel companion class
object Level

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Level.type

Members list

Type members

Classlikes

case object Debug extends Level

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Level
trait Ordered[Level]
trait Comparable[Level]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Debug.type
case object Error extends Level

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Level
trait Ordered[Level]
trait Comparable[Level]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Error.type
case object Info extends Level

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Level
trait Ordered[Level]
trait Comparable[Level]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Info.type
case object None extends Level

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Level
trait Ordered[Level]
trait Comparable[Level]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
None.type
case object Warning extends Level

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Level
trait Ordered[Level]
trait Comparable[Level]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Warning.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(s: String): Either[String, Level]