DefaultSinkConfig constructor

DefaultSinkConfig({
  1. List<LogExclusion>? exclusions,
  2. String? filter,
  3. String? mode,
})

Implementation

DefaultSinkConfig({
  this.exclusions,
  this.filter,
  this.mode,
});