Skip to content

Releases: muhammad-fiaz/logly

v0.0.6

28 Mar 15:25
5f55ab2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.5...0.0.6

v0.0.5

19 Dec 15:26
b47b8b9
Compare
Choose a tag to compare

Changelog for Logly

Version 0.0.5

  • fixed some documentation issue

What's Changed

Full Changelog: 0.0.4...0.0.5

v0.0.4

18 Dec 11:55
Compare
Choose a tag to compare

Changelog for Logly

Version 0.0.4

Added

  • Added a new log level: "LOG."
  • Introduced a class attribute controlling the default Colorama behavior (DEFAULT_COLOR_ENABLED).
  • Support Single Message Parameters as value
  • you can disable color for specific log messages and also block logs
  • fixed some issues
  • now you can enable and disable show timestamp for each log messages
  • disable timestamp default by logly = Logly(show_time=False)

Modified

  • Modified the constructor (__init__ method) to accept an additional parameter, color_enabled, allowing users to specify the default state of Colorama.
  • Modified the _log method to accept an additional parameter, color_enabled, enabling users to control color settings for individual log entries.
  • Modified the log_function method to accept an additional parameter, color_enabled, providing flexibility for color settings in log entries.
  • Enhanced color handling logic to handle color settings for log entries based on the provided parameters.
  • Minor changes to improve code readability, formatting, and comments.

Full Changelog: 0.0.3...0.0.4

v0.0.3

16 Dec 18:29
Compare
Choose a tag to compare

Changes Log

  • fixed problem #2

Full Changelog: 0.0.2...0.0.3

v0.0.2

16 Dec 18:19
Compare
Choose a tag to compare

Changes Log

  • Minor Changes and fix

What's Changed

New Contributors

Full Changelog: 0.0.1...0.0.2

v0.0.1

16 Dec 15:59
Compare
Choose a tag to compare

Changes Log

Features

  • Easy-to-use logging for Python applications.
  • Customizable log levels and formatting.
  • Customizable log colors.
  • Log to file and/or console.
  • Log to file with automatic file rotation.
  • Log to file with automatic file size management.
  • Log to file with automatic file deletion.
  • Log to file with automatic deletion and rewriting of the file when it reaches max_file_size.

Full Changelog: https://github.com/muhammad-fiaz/logly/commits/0.0.1