RxStorageDefaultLogger<Key extends Object, Options> constructor

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

Construct a RxStorageDefaultLogger.

Implementation

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