final case class MetricLogger(counter: Counter[Long], logLevelLabel: String) extends ZLogger[String, Unit] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MetricLogger
- Serializable
- Product
- Equals
- ZLogger
- 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
- def ++[M <: String, O](that: ZLogger[M, O])(implicit zippable: Zippable[Unit, O]): ZLogger[M, Out]
- Definition Classes
- ZLogger
- def +>[M <: String, O](that: ZLogger[M, O]): ZLogger[M, O]
- Definition Classes
- ZLogger
- def <+[M <: String](that: ZLogger[M, Any]): ZLogger[M, Unit]
- Definition Classes
- ZLogger
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(trace: Trace, fiberId: FiberId, logLevel: LogLevel, message: () => String, cause: Cause[Any], context: FiberRefs, spans: List[LogSpan], annotations: Map[String, String]): Unit
- Definition Classes
- MetricLogger → ZLogger
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def contramap[Message1](f: (Message1) => String): ZLogger[Message1, Unit]
- Definition Classes
- ZLogger
- val counter: Counter[Long]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def filterLogLevel(f: (LogLevel) => Boolean): ZLogger[String, Option[Unit]]
- Definition Classes
- ZLogger
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logLevelLabel: String
- final def map[B](f: (Unit) => B): ZLogger[String, B]
- Definition Classes
- ZLogger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def test(input: => String): Unit
- Definition Classes
- ZLogger
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()