trace property

StackTrace? trace
final

The stack trace that is associated with the log

Is stored in the event as stack traces can be large, and the log should only contain data.

Implementation

final StackTrace? trace;