Releases: KunalGehlot/logEZ
Releases · KunalGehlot/logEZ
Minor Release 0.1.0
In the latest updates, we've made several improvements to the logEZ library to enhance its functionality and usability. Here's a summary of the changes:
- Refactored the code to adhere to PEP8 standards, making it more readable and maintainable.
- Added type hints to function signatures for better code comprehension and editor support.
- Improved exception handling with more specific exceptions and error messages.
- Modularized the code into separate files for better organization and extensibility.
mylogger.py
: Contains the mainMyLogger
class.handlers.py
: Contains handlers for logging to files and consoles.formatters.py
: Contains the log formatter used for log messages.
- Updated the
__init__.py
file to import the necessary components for easier library usage. - Enhanced the library with docstrings for better documentation and understanding.
- Updated the
README.md
file to provide clearer instructions on how to use the library, including examples and explanations of the new features. - Updated the
CHANGELOG.md
file to track the latest changes and improvements to the library. - Improved the
setup.py
file to adhere to the latest Python norms and standards.
These updates have made the logEZ library more user-friendly, maintainable, and extensible, making it an even better choice for simplifying your logging needs.
First Release
First Release of LogEZ! 🎉