LoggingConfig constructor
const
LoggingConfig({})
Implementation
const LoggingConfig({
this.enablePrettyLogs = true,
this.showEmojis = true,
this.showTimestamp = true,
this.showColors = true,
this.showBorders = true,
this.lineLength = 120,
this.minimumLevel = LogLevel.verbose,
this.enabled = true,
this.enableDevToolsJson = false,
});