Changelog - Added a variable `handlers` which contains all available handlers - Added a method `close_logging_handlers`: It closes all the running handlers gracefully
1.1.0
[NEW] Added `custom_logging` module, which contains: - `LevelFormatter` class - `CustomLogging` class
Read more about these in [readme](https://github.com/sayyid5416/generalpy)
1.0.0
[NEW] `Settings` class - This class manages creation/updation of settings json file and getting data from it gracefully. - Import using `from generalpy import Settings` or `from generalpy.settings import Settings`