FoxLoggerSettings constructor
const
FoxLoggerSettings({})
Implementation
const FoxLoggerSettings({
this.defaultTitle = 'FoxSDK',
this.enable = true,
this.level = LogLevel.verbose,
this.lineSymbol = '─',
this.maxLineWidth = 80,
this.enableColors = true,
});