Timber v2.5.5 Timber.Contexts.RuntimeContext

The Runtime context tracks information about the current runtime, such as the module, file, function, and line number that called the log line.

Note: This is automatically provided by the default Elixir.Logger. There is no need to add this yourself.

Summary

Types

m()
m() :: %{application: String.t, file: String.t, function: String.t, line: String.t, module_name: String.t, vm_pid: String.t}
t()
t() :: %Timber.Contexts.RuntimeContext{application: String.t, file: String.t, function: String.t, line: String.t, module_name: String.t, vm_pid: String.t}