DiscoLog.Stacktrace (disco_log v0.3.0)

A struct that contains the information about the execution stack for a given occurrence of an exception.

Summary

Functions

Source of the error stack trace.

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.