DiscoLog.Stacktrace (disco_log v0.4.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
Link to this function
new(stack)
Link to this function
source(stack)
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.