trace property
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;
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.
final StackTrace? trace;