MmConfigLogSettings constructor
MmConfigLogSettings({})
Returns a new MmConfigLogSettings instance.
Implementation
MmConfigLogSettings({
this.enableConsole,
this.consoleLevel,
this.enableFile,
this.fileLevel,
this.fileLocation,
this.enableWebhookDebugging,
this.enableDiagnostics,
});