stackTrace property
The stack trace associated with the log message.
This provides detailed information about the call stack leading up to the log message, which is particularly useful when logging errors.
Implementation
final StackTrace? stackTrace;