OxygenZLogger
oxygen.zio.logging.OxygenZLogger
final case class OxygenZLogger(logger: ZLogger[String, String], minLevel: LogLevel, printStream: PrintStream) extends ZLogger[String, Unit]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ZLogger[String, Unit]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def apply(trace: Trace, fiberId: FiberId, logLevel: LogLevel, message: () => String, cause: Cause[Any], context: FiberRefs, spans: List[LogSpan], annotations: Map[String, String]): Unit
Attributes
- Definition Classes
-
ZLogger
Inherited methods
def ++[M <: String, O](that: ZLogger[M, O])(implicit zippable: Zippable[Unit, O]): ZLogger[M, zippable.Out]
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
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:
- ZLogger
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ZLogger
In this article