View Source DiscoLog.Stacktrace (disco_log v0.6.0)
A struct that contains the information about the execution stack for a given occurrence of an exception.
Summary
Types
@type t() :: %DiscoLog.Stacktrace{lines: [DiscoLog.Stacktrace.Line.t()]}
Functions
Source of the error stack trace.
The first line matching the client application. If no line belongs to the current application, just the first line.