DefaultLogger<Key extends Object, Options> constructor

const DefaultLogger<Key extends Object, Options>({
  1. String tag = defaultTag,
  2. bool trimValueOutput = false,
})

Construct a DefaultLogger.

Implementation

const DefaultLogger({this.tag = defaultTag, this.trimValueOutput = false});