loggerName property
An optional name for the logger that produced this record.
This helps identify the origin of the log in larger applications.
Example:
loggerName: 'UserService'
Implementation
final String? loggerName;
An optional name for the logger that produced this record.
This helps identify the origin of the log in larger applications.
Example:
loggerName: 'UserService'
final String? loggerName;