Timber v1.0.4 Timber.Context
The ContextEntry module formalizes the structure of context stack entries
Most users will not interact directly with this module and will instead use
the helper functions provided by the main Timber
module. See the Timber
module for more information.
Summary
Functions
Takes an existing context and inserts the new context
Types
t()
t :: %{optional(:custom) => Context.CustomContext.m, optional(:http_request) => Context.HTTPContext.m, optional(:organization) => Context.OrganizationContext.m, optional(:process) => Context.ProcessContext.m, optional(:server) => Context.ServerContext.m, optional(:user) => Context.UserContext.m}
Functions
Takes an existing context and inserts the new context