object Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Args extends AnyRef
- final case class CauseStackTrace(cause: Cause[Any]) extends SomeStackTrace with Product with Serializable
- class Key[A] extends AnyRef
- sealed trait Level extends AnyRef
- trait Service extends AnyRef
- sealed trait SomeStackTrace extends StackTrace
- sealed trait StackTrace extends AnyRef
- final case class ThrowableStackTrace(error: Throwable) extends SomeStackTrace with Product with Serializable
- final case class ZTraceStackTrace(trace: ZTrace, error: Option[Throwable]) extends SomeStackTrace with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val NoArgs: Args
- val any: URLayer[Logging, Logging]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def consoleJson(layout: StructuredLayout = StructuredLayout.Default): URLayer[Console with Clock, Logging]
- val consoleText: URLayer[Console with Clock, Logging]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapArgs(f: (Args) => Args): URLayer[Logging, Logging]
- def mapMessage(f: (String) => String): URLayer[Logging, Logging]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nop: ULayer[Logging]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def structured(layout: StructuredLayout)(f: (Mapping) => UIO[Unit]): URLayer[Clock, Logging]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text(f: (String) => UIO[Unit]): URLayer[Clock, Logging]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withMinLevel(minLevel: Level): URLayer[Logging, Logging]
- object Args
- case object Debug extends Level with Product with Serializable
- case object Error extends Level with Product with Serializable
- case object Fatal extends Level with Product with Serializable
- case object Info extends Level with Product with Serializable
- object Key
- object Level
- case object NoStackTrace extends StackTrace with Product with Serializable
- object Service
- case object Trace extends Level with Product with Serializable
- case object Warn extends Level with Product with Serializable
Deprecated Value Members
- 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.