LoggerConfig constructor
const
LoggerConfig({})
Implementation
const LoggerConfig({
this.shouldShowLogs = kDebugMode,
this.methodCount = 2,
this.errorMethodCount = 8,
this.lineLength = 120,
this.colors = true,
this.printEmojis = true,
this.printTime = false,
this.logLevel = LogsLevel.all
});