LogOptions constructor

const LogOptions({
  1. Level level = Level.FINE,
  2. bool isEnabled = true,
  3. bool logHeaders = true,
  4. bool logContent = false,
})

Implementation

const LogOptions(
    {this.level = Level.FINE,
    this.isEnabled = true,
    this.logHeaders = true,
    this.logContent = false});