LoggingConfig constructor
const
LoggingConfig({
- bool enablePrettyLogs = true,
- bool showEmojis = true,
- bool showTimestamp = true,
- bool showColors = true,
- bool showBorders = true,
- int lineLength = 120,
- LogLevel minimumLevel = LogLevel.verbose,
- bool enabled = true,
- bool enableDevToolsJson = false,
- Map<
LogType, LogTypeConfig> logTypeConfigs = const {},
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,
this.logTypeConfigs = const {},
});