Logly

Latest version: v0.0.6

Safety actively analyzes 623909 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.6

What's Changed
* Update setup.py by muhammad-fiaz in https://github.com/muhammad-fiaz/logly/pull/11
* Update README.md by muhammad-fiaz in https://github.com/muhammad-fiaz/logly/pull/12
* Bump pytest from 7.4.3 to 8.0.0 by dependabot in https://github.com/muhammad-fiaz/logly/pull/14
* Bump pytest from 8.0.0 to 8.0.1 by dependabot in https://github.com/muhammad-fiaz/logly/pull/15
* Bump pytest from 8.0.1 to 8.1.0 by dependabot in https://github.com/muhammad-fiaz/logly/pull/17
* Bump pytest from 8.1.0 to 8.1.1 by dependabot in https://github.com/muhammad-fiaz/logly/pull/19
* Bump packaging from 23.2 to 24.0 by dependabot in https://github.com/muhammad-fiaz/logly/pull/18
* v0.0.6 by muhammad-fiaz in https://github.com/muhammad-fiaz/logly/pull/20

New Contributors
* dependabot made their first contribution in https://github.com/muhammad-fiaz/logly/pull/14

**Full Changelog**: https://github.com/muhammad-fiaz/logly/compare/0.0.5...0.0.6

0.0.5

- fixed some documentation issue

What's Changed
* Update README.md by muhammad-fiaz in https://github.com/muhammad-fiaz/logly/pull/7
* Update README.md by muhammad-fiaz in https://github.com/muhammad-fiaz/logly/pull/8
* Update README.md by muhammad-fiaz in https://github.com/muhammad-fiaz/logly/pull/9
* Update README.md by muhammad-fiaz in https://github.com/muhammad-fiaz/logly/pull/10


**Full Changelog**: https://github.com/muhammad-fiaz/logly/compare/0.0.4...0.0.5

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**: https://github.com/muhammad-fiaz/logly/compare/0.0.3...0.0.4

0.0.3

Changes Log
- fixed problem 2

**Full Changelog**: https://github.com/muhammad-fiaz/logly/compare/0.0.2...0.0.3

0.0.2

Changes Log

- Minor Changes and fix

What's Changed
* Update python_publish.yaml by muhammad-fiaz in https://github.com/muhammad-fiaz/logly/pull/1

New Contributors
* muhammad-fiaz made their first contribution in https://github.com/muhammad-fiaz/logly/pull/1

**Full Changelog**: https://github.com/muhammad-fiaz/logly/compare/0.0.1...0.0.2

0.0.1

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

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.