View Source DiscoLog.Stacktrace (disco_log v0.7.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

t()

@type t() :: %DiscoLog.Stacktrace{lines: [DiscoLog.Stacktrace.Line.t()]}

Functions

new(stack)

source(stack, client_app)

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.