LogContext

zio.logging.LogContext
See theLogContext companion object
final case class LogContext

A LogContext stores context associated with logging operations.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

Merges this context with the specified context.

Merges this context with the specified context.

Attributes

Annotates the context with the specified annotation and value, returning the new context.

Annotates the context with the specified annotation and value, returning the new context.

Attributes

Renders value for given annotation

Renders value for given annotation

Attributes

Renders all log annotations in the context.

Renders all log annotations in the context.

Attributes

Retrieves the specified annotation from the context.

Retrieves the specified annotation from the context.

Attributes

Retrieves the specified annotation by name from the context, return rendered value.

Retrieves the specified annotation by name from the context, return rendered value.

Attributes

Merges this context with the specified context.

Merges this context with the specified context.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product