Timber v3.0.0-alpha.2 Timber.Contexts.SystemContext View Source

The system context tracks OS level information, such as the process ID and hostname.

Note: This context is automatically added when each Timber.Logentry is created. There is no need to add it yourself.

Link to this section Summary

Link to this section Types

Link to this type m() View Source
m() :: %{hostname: String.t() | nil, pid: String.t() | nil}
Link to this type t() View Source
t() :: %Timber.Contexts.SystemContext{
  hostname: String.t() | nil,
  pid: String.t() | nil
}