Skip to content

Releases: KunalGehlot/logEZ

Minor Release 0.1.0

31 Mar 04:50
Compare
Choose a tag to compare

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:

  1. Refactored the code to adhere to PEP8 standards, making it more readable and maintainable.
  2. Added type hints to function signatures for better code comprehension and editor support.
  3. Improved exception handling with more specific exceptions and error messages.
  4. Modularized the code into separate files for better organization and extensibility.
    • mylogger.py: Contains the main MyLogger class.
    • handlers.py: Contains handlers for logging to files and consoles.
    • formatters.py: Contains the log formatter used for log messages.
  5. Updated the __init__.py file to import the necessary components for easier library usage.
  6. Enhanced the library with docstrings for better documentation and understanding.
  7. Updated the README.md file to provide clearer instructions on how to use the library, including examples and explanations of the new features.
  8. Updated the CHANGELOG.md file to track the latest changes and improvements to the library.
  9. 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

05 Aug 12:25
Compare
Choose a tag to compare

First Release of LogEZ! 🎉