Timber v1.1.10 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.

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}