Static
configureConfigures the global logger with new settings. This will replace the existing logger instance.
The new logger configuration
Static
getGets the singleton logger instance, creating it if it doesn't exist.
The singleton logger instance
Static
resetResets the singleton logger instance and configuration. Useful for testing or reinitializing the logger.
Singleton class that manages a global logger instance.