Timber v0.1.4 Timber.Contexts.ExceptionContext

The exception context is used to track exceptions.

Timber can automatically keep track of errors reported by the VM by hooking into the SASL reporting system to collect exception information, so it should be unnecessary to track exceptions manually.

Summary

Types

t()
t :: %Timber.Contexts.ExceptionContext{backtrace: [String.t], message: String.t, name: String.t}