LogLevel

wvlet.log.LogLevel
See theLogLevel companion class
object LogLevel

log level definitions

Attributes

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

Members list

Type members

Classlikes

case object ALL extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class LogLevel
trait Serializable
trait Ordered[LogLevel]
trait Comparable[LogLevel]
class Object
trait Matchable
class Any
Show all
Self type
ALL.type
case object DEBUG extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class LogLevel
trait Serializable
trait Ordered[LogLevel]
trait Comparable[LogLevel]
class Object
trait Matchable
class Any
Show all
Self type
DEBUG.type
case object ERROR extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class LogLevel
trait Serializable
trait Ordered[LogLevel]
trait Comparable[LogLevel]
class Object
trait Matchable
class Any
Show all
Self type
ERROR.type
case object INFO extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class LogLevel
trait Serializable
trait Ordered[LogLevel]
trait Comparable[LogLevel]
class Object
trait Matchable
class Any
Show all
Self type
INFO.type
object LogOrdering extends Ordering[LogLevel]

Attributes

Supertypes
trait Ordering[LogLevel]
trait PartialOrdering[LogLevel]
trait Equiv[LogLevel]
trait Serializable
trait Comparator[LogLevel]
class Object
trait Matchable
class Any
Show all
Self type
case object OFF extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class LogLevel
trait Serializable
trait Ordered[LogLevel]
trait Comparable[LogLevel]
class Object
trait Matchable
class Any
Show all
Self type
OFF.type
case object TRACE extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class LogLevel
trait Serializable
trait Ordered[LogLevel]
trait Comparable[LogLevel]
class Object
trait Matchable
class Any
Show all
Self type
TRACE.type
case object WARN extends LogLevel

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class LogLevel
trait Serializable
trait Ordered[LogLevel]
trait Comparable[LogLevel]
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

Value members

Concrete methods

def apply(name: String): LogLevel
def apply(jlLevel: Level): LogLevel
def unapply(name: String): Option[LogLevel]

Concrete fields

val values: IndexedSeq[LogLevel]