Packages

object Logging

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logging
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Args extends AnyRef
  2. final case class CauseStackTrace(cause: Cause[Any]) extends SomeStackTrace with Product with Serializable
  3. class Key[A] extends AnyRef
  4. sealed trait Level extends AnyRef
  5. trait Service extends AnyRef
  6. sealed trait SomeStackTrace extends StackTrace
  7. sealed trait StackTrace extends AnyRef
  8. final case class ThrowableStackTrace(error: Throwable) extends SomeStackTrace with Product with Serializable
  9. final case class ZTraceStackTrace(trace: ZTrace, error: Option[Throwable]) extends SomeStackTrace with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val NoArgs: Args
  5. val any: URLayer[Logging, Logging]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def consoleJson(layout: StructuredLayout = StructuredLayout.Default): URLayer[Console with Clock, Logging]
  9. val consoleText: URLayer[Console with Clock, Logging]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mapArgs(f: (Args) ⇒ Args): URLayer[Logging, Logging]
  17. def mapMessage(f: (String) ⇒ String): URLayer[Logging, Logging]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val nop: ULayer[Logging]
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def structured(layout: StructuredLayout)(f: (Mapping) ⇒ UIO[Unit]): URLayer[Clock, Logging]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def text(f: (String) ⇒ UIO[Unit]): URLayer[Clock, Logging]
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. def withMinLevel(minLevel: Level): URLayer[Logging, Logging]
  30. object Args
  31. object Debug extends Level with Product with Serializable
  32. object Error extends Level with Product with Serializable
  33. object Fatal extends Level with Product with Serializable
  34. object Info extends Level with Product with Serializable
  35. object Key
  36. object Level
  37. object NoStackTrace extends StackTrace with Product with Serializable
  38. object Service
  39. object Trace extends Level with Product with Serializable
  40. object Warn extends Level with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped