Level

com.geirolz.app.toolkit.logger.Logger.Level
See theLevel companion trait
object Level

Attributes

Companion
trait
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
trait Serializable
trait Product
trait Equals
trait Level
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
trait Serializable
trait Product
trait Equals
trait Level
class Object
trait Matchable
class Any
Show all
Self type
Error.type
case object Failure extends Level

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Level
class Object
trait Matchable
class Any
Show all
Self type
Failure.type
case object Info extends Level

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Level
class Object
trait Matchable
class Any
Show all
Self type
Info.type
case object Trace extends Level

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Level
class Object
trait Matchable
class Any
Show all
Self type
Trace.type
case object Warn extends Level

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Level
class Object
trait Matchable
class Any
Show all
Self type
Warn.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

Givens

Givens

given given_Order_Level: Order[Level]
given given_Show_Level: Show[Level]