object Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native()
- 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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withMinLevel(minLevel: Level): URLayer[Logging, Logging]
- object Args
- object Debug extends Level with Product with Serializable
- object Error extends Level with Product with Serializable
- object Fatal extends Level with Product with Serializable
- object Info extends Level with Product with Serializable
- object Key
- object Level
- object NoStackTrace extends StackTrace with Product with Serializable
- object Service
- object Trace extends Level with Product with Serializable
- object Warn extends Level with Product with Serializable