DebugLoggingSettings constructor
DebugLoggingSettings({})
Implementation
DebugLoggingSettings(
{this.enabled = kDebugMode,
this.excludeFilter = const [],
this.maxLogMessageLength = -1,
this.usePrint = false});