LogLevels

log.effect.LogLevels
object LogLevels

Attributes

Source
LogLevel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LogLevels.type

Members list

Type members

Classlikes

case object Debug extends LogLevel

Attributes

Source
LogLevel.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait LogLevel
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Debug.type
case object Error extends LogLevel

Attributes

Source
LogLevel.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait LogLevel
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Error.type
case object Info extends LogLevel

Attributes

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

Attributes

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

Attributes

Source
LogLevel.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait LogLevel
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Warn.type

Types

type Debug = Debug.type

Attributes

Source
LogLevel.scala
type Error = Error.type

Attributes

Source
LogLevel.scala
type Info = Info.type

Attributes

Source
LogLevel.scala
type Trace = Trace.type

Attributes

Source
LogLevel.scala
type Warn = Warn.type

Attributes

Source
LogLevel.scala