FoxLoggerSettings constructor

const FoxLoggerSettings({
  1. String defaultTitle = 'FoxSDK',
  2. bool enable = true,
  3. LogLevel level = LogLevel.verbose,
  4. String lineSymbol = '─',
  5. int maxLineWidth = 80,
  6. bool enableColors = true,
})

Implementation

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