namespace property

  1. @override
String get namespace
override

The namespace to log messages under. e.g. 'Service.Auth'

Note: The runtime type of the class is automatically appended to the namespace.

Implementation

@override
String get namespace => 'Services.$name';