Log Level
The LogLevel
enum represents different levels of logging.
The available values are:
INFO: Logs informational messages.
DEBUG: Logs debug messages, typically used for troubleshooting.
WARNING: Logs warning messages that indicate potential issues.
ERROR: Logs error messages that indicate failures or errors in the system.
NONE: Disables logging.