LoggerConfig constructor

const LoggerConfig({
  1. bool? debug,
  2. LogLevel? logLevel,
  3. int? logMaxDays,
})

Implementation

const LoggerConfig({ this.debug, this.logLevel, this.logMaxDays });