loggerName property

String? loggerName
final

The value for the logger.name attribute attached to all logs sent to Datadog. This can be overriden by providing the loggerName attribute.

Flutter Logger#name adds the loggerName attribute to every record.

This is different than service which is inherited from DatadogFlutter or can be defined as the service attribute per log.

Implementation

final String? loggerName;