MmEnvironmentConfigLogSettings constructor

MmEnvironmentConfigLogSettings({
  1. bool? enableConsole,
  2. bool? consoleLevel,
  3. bool? enableFile,
  4. bool? fileLevel,
  5. bool? fileLocation,
  6. bool? enableWebhookDebugging,
  7. bool? enableDiagnostics,
})

Returns a new MmEnvironmentConfigLogSettings instance.

Implementation

MmEnvironmentConfigLogSettings({
  this.enableConsole,
  this.consoleLevel,
  this.enableFile,
  this.fileLevel,
  this.fileLocation,
  this.enableWebhookDebugging,
  this.enableDiagnostics,
});