Skip to content

voiage.logging.log_context

log_context([variadic keyword] values: object = {}) -> Generator[None]

Bind context for the current thread, task, or async execution path.

Parameters:

  • values object (default: {})

Returns: Generator[None]