Skip to content

Releases: loggingpython-Community/loggingpython

Releas 1.0.0 Stabil

08 Mar 17:03
Compare
Choose a tag to compare

Version 1.0.0

Version 1.0.0 of loggingpython marks the first stable release of the package. In this version we have summarized our main features and enhancements to provide a robust and user-friendly solution for integrating logging into Python applications.

New features

  • Simple logger configuration: With loggingpython you can quickly and easily configure a logger for your application. The package API provides a simple method to create a basic logger with FileHandler and ConsoleHandler.
  • Advanced configuration options**: In addition to the Basic Logger, loggingpython also provides advanced configuration options that allow you to customize your logger according to your specific requirements.
  • Support for different log levels: loggingpython supports all common log levels, from Debug to Critical, to allow a detailed and flexible logging strategy.

Improvements

  • Performance improvements: In this release, we have improved the performance of the package to provide a faster and more efficient logging experience.
  • Bug fixes: We have fixed a number of bugs that occurred in previous versions to increase the stability and reliability of the package.

Installation

To install loggingpython version 1.0.0, use the following command:

pip install loggingpython

We look forward to your feedback and hope that loggingpython will help you with the development of your applications. For more information and support, please visit our GitHub repository or PyPi.