error property
Any error object associated with the log message.
This is typically used when the log message is related to an exception or error condition.
Implementation
final Object? error;
Any error object associated with the log message.
This is typically used when the log message is related to an exception or error condition.
final Object? error;