loggerName property

String? loggerName
final

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;