Implemented a feature that allows us to enable/disable logging when needed.
Why I Made These Changes:
In our development process, it's often crucial to have control over the verbosity of logs. Excessive logging can clutter the logs and make it challenging to identify meaningful information during debugging or troubleshooting. With this new "debug" package, we can now easily toggle logging on and off as needed, allowing us to keep our logs clean and focused on the most relevant information.
How to Use the Debug Package:
I've documented how to use the "debug" package in the library's README file. Please refer to the documentation for detailed instructions on how to enable or disable logging as well as other features provided by the package.
Changes Made:
Why I Made These Changes: In our development process, it's often crucial to have control over the verbosity of logs. Excessive logging can clutter the logs and make it challenging to identify meaningful information during debugging or troubleshooting. With this new "debug" package, we can now easily toggle logging on and off as needed, allowing us to keep our logs clean and focused on the most relevant information.
How to Use the Debug Package: I've documented how to use the "debug" package in the library's README file. Please refer to the documentation for detailed instructions on how to enable or disable logging as well as other features provided by the package.