Timber v0.2.3 Timber.Events.ExceptionEvent

The exception event 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.Events.ExceptionEvent{backtrace: [String.t], message: String.t, name: String.t}