PrefixLogger constructor

  1. @visibleForTesting
PrefixLogger(
  1. String _name,
  2. Log _delegate
)

Implementation

@visibleForTesting
PrefixLogger(this._name, this._delegate);