Timber v2.3.0 Timber.Contexts.JobContext View Source

The job context tracks the execution of background jobs or any isolated task with a reference. Add it like:

%Timber.Contexts.JobContext{id: "my_job_id"}
|> Timber.add_context()

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Timber.Contexts.JobContext{id: String.t}