LoggerConfig constructor
LoggerConfig({})
Implementation
LoggerConfig({
this.isTesting = false,
this.logsMaxSize = 10,
this.colorAllLine = true,
this.showTimeConsole = true,
this.showTimeStorage = true,
this.timeFormatConsole = 'HH:mm',
this.timeFormatStorage = 'yyyy-MM-dd HH:mm',
});