Timber v0.1.5 Timber

The functions in this module work by modifying the Logger metadata store which is unique to every BEAM process. This is convenient in many ways. First and foremost, it does not require you to manually manage the metadata. Second, because we conform to the standard Logger principles, you can utilize Timber alongside other Logger backends without issue. Timber prefixes its contextual metadata keys so as not to interfere with other systems.

The Context Stack

Summary

Functions

Adds a context entry to the stack

Functions

add_context(data)
add_context(Timber.ContextEntry.context_data) :: :ok

Adds a context entry to the stack