Configuration options for the logger.
Optional
Custom logger implementation.
Allows you to provide custom handlers for each log level. If not provided, default console methods will be used.
The logging level to use.
Controls which messages are logged based on severity. Available levels: 'debug', 'info', 'warn', 'error', 'none'.
'none' Copy
'none'
Configuration options for the logger.