Timber v2.0.0-rc5 Timber.Contexts.SessionContext

The Session context tracks the current session. It it’s a way to track users without the need for authentication.

Timber can automatically add context information about HTTP requests if you use a Plug based framework through the Timber.Integrations.ContextPlug.

Summary

Types

m()
m() :: %{id: String.t}
t()
t() :: %Timber.Contexts.SessionContext{id: String.t}