object JPL
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JPL
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- 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()
- 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 jpl(format: LogFormat): ZLayer[Any, Nothing, Unit]
- def jpl(format: LogFormat, loggerName: (Trace) => String): ZLayer[Any, Nothing, Unit]
- val jpl: ZLayer[Any, Nothing, Unit]
- def jplLogger(format: LogFormat, loggerName: (Trace) => String = getLoggerName()): ZLogger[String, Unit]
- val logFormatDefault: LogFormat
default log format for JPL logger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def loggerName(value: String): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
JPL logger name aspect, by this aspect is possible to change default logger name (default logger name is extracted from Trace)
JPL logger name aspect, by this aspect is possible to change default logger name (default logger name is extracted from Trace)
annotation key: JPL.loggerNameAnnotationKey
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.8) use zio.logging.loggerName
- val loggerNameAnnotationKey: String
log aspect annotation key for JPL logger name
log aspect annotation key for JPL logger name
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.8) use zio.logging.loggerNameAnnotationKey