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. Protected

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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def mapArgs(f: (Args) => Args): URLayer[Logging, Logging]
  16. def mapMessage(f: (String) => String): URLayer[Logging, Logging]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val nop: ULayer[Logging]
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def structured(layout: StructuredLayout)(f: (Mapping) => UIO[Unit]): URLayer[Clock, Logging]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def text(f: (String) => UIO[Unit]): URLayer[Clock, Logging]
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def withMinLevel(minLevel: Level): URLayer[Logging, Logging]
  29. object Args
  30. case object Debug extends Level with Product with Serializable
  31. case object Error extends Level with Product with Serializable
  32. case object Fatal extends Level with Product with Serializable
  33. case object Info extends Level with Product with Serializable
  34. object Key
  35. object Level
  36. case object NoStackTrace extends StackTrace with Product with Serializable
  37. object Service
  38. case object Trace extends Level with Product with Serializable
  39. case object Warn extends Level with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped