testing constant

LoggerConfig const testing

Minimal configuration for testing

Implementation

static const testing = LoggerConfig(
  enabled: true,
  minLevel: LogLevel.warning,
  showTimestamp: false,
  showLevel: true,
  showLocation: false,
  showStackTrace: true,
  prettyJson: false,
);