LoggingConfig.minimal constructor
LoggingConfig.minimal()
Zero-config preset that works out of the box. Automatically detects debug/release mode and configures accordingly.
Implementation
factory LoggingConfig.minimal() => const LoggingConfig(maxLogs: 10000, retentionDays: 7);