MetricLogger
zio.logging.MetricLogger
final case class MetricLogger(counter: Counter[Long], logLevelLabel: String) extends ZLogger[String, Unit]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Combines this logger with the specified logger to produce a new logger that logs to both this logger and that logger.
Combines this logger with the specified logger to produce a new logger that logs to both this logger and that logger.
Attributes
- Inherited from:
- ZLogger
Attributes
- Inherited from:
- ZLogger
Returns a version of this logger that only logs messages when the log level satisfies the specified predicate.
Returns a version of this logger that only logs messages when the log level satisfies the specified predicate.
Attributes
- Inherited from:
- ZLogger
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article