EctoJobScheduler.Logger.Context (ecto_job_scheduler v1.3.0) View Source

Module responsible to get and set the request context from Logger metadata.

Link to this section Summary

Link to this section Types

Specs

context() :: keyword()

Specs

key() :: atom()

Link to this section Functions

Specs

get() :: context()

Specs

get(key()) :: any()

Specs

put(context() | map()) :: :ok

Specs

reset() :: :ok