name property

String? name
getter/setter pair

Sets the name of the logger.

This name will be set as the logger.name attribute attached to all logs sent to Datadog from this logger.

Implementation

String? name;