Timber v0.2.3 Timber.Contexts.CustomContext

A custom context can be specified by the user that is specific to the system being logged.

You can use a custom context to track contextual information relevant to your system that is not one of the commonly supported contexts for Timber.

Summary

Types

t()
t :: %Timber.Contexts.CustomContext{data: %{optional(String.t) => any}, name: String.t}