loggerWith method

  1. @override
Logger loggerWith({
  1. String groupId = '',
})
override

Implementation

@override
Logger loggerWith({String groupId = ''}) =>
    LoggerWith(this, withGroupId: groupId.isNotEmpty ? groupId : withGroupId);