LogConfig constructor
const
LogConfig({})
Implementation
const LogConfig({
this.retentionDays = 3,
this.enableFileLog = true,
this.logLevel = LogLevel.all,
this.recordLevel = LogLevel.info,
this.logDirectory,
this.output,
this.printer,
this.filter,
});