zio.logging.ReconfigurableLogger
See theReconfigurableLogger companion object
sealed trait ReconfigurableLogger[-Message, +Output, Config] extends ZLogger[Message, Output]
Attributes
- Companion
- object
- 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
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
In this article