RichLogLevel

oxygen.zio.logging.RichLogLevel
See theRichLogLevel companion class
object RichLogLevel extends Companion[RichLogLevel]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Companion[RichLogLevel]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
Companion
Supertypes
class EnumMap[String]
class Object
trait Matchable
class Any

Inherited and Abstract classlikes

abstract class CaseInsensitiveStringMap(enc: E => NonEmptyList[String]) extends EnumMap[String]

Attributes

Inherited from:
Companion
Supertypes
class EnumMap[String]
class Object
trait Matchable
class Any
Known subtypes
object ToString
abstract class EnumMap[Enc](enc: E => NonEmptyList[Enc])

Attributes

Inherited from:
Companion
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited and Abstract 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 fromLogLevel(level: LogLevel): RichLogLevel
def simple(level: LogLevel, color: Color): RichLogLevel
override def values: Array[RichLogLevel]

Attributes

Definition Classes
Companion

Inherited methods

final def withDefaultToString(f: RichLogLevel => NonEmptyList[String]): Companion[RichLogLevel]

Attributes

Inherited from:
Companion

Inherited fields

final lazy val enumValues: Seq[RichLogLevel]

Attributes

Inherited from:
Companion

Givens

Inherited givens

given companion: Companion[RichLogLevel]

Attributes

Inherited from:
Companion

Implicits

Inherited implicits

implicit val stringCodec: StringCodec[RichLogLevel]

Attributes

Inherited from:
Companion