LoggerWith constructor

LoggerWith(
  1. Logger _inner, {
  2. String withGroupId = '',
})

Implementation

LoggerWith(this._inner, {this.withGroupId = ''});