=====
The utils component provides utility functions for logging and configuration.
The logging utility provides a convenient way to configure and use logging in the application. The logging utility uses a JSON configuration file to configure the logging settings.
The configuration utility provides a convenient way to load, store, and retrieve configuration settings from a JSON file.
To use the logging utility, follow these steps:
logging.json file with the logging configuration settingsLogger class and create an instanceLogger instance to log messagesTo use the configuration utility, follow these steps:
config.json file with the configuration settingsConfig class and create an instanceConfig instance to retrieve and set configuration settings