Timber v2.1.3 Timber.Contexts.UserContext

The User context tracks the currently authenticated user.

You will want to add this context at the time you authenticate the user.

This allows you to find all log lines generated by a specific user.

Summary

Types

m()
m() :: %{id: String.t, name: String.t, email: String.t}
t()
t() :: %Timber.Contexts.UserContext{email: String.t, id: String.t, name: String.t}