[PR #901] [CLOSED] Added logzero #810

Closed
opened 2025-11-06 13:03:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/901
Author: @janw
Created: 7/13/2017
Status: Closed

Base: masterHead: patch-1


📝 Commits (2)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

(Mostly quoting from the docs)

  • Easy logging to console and/or (rotating) file, created by @metachris.
  • Provides a fully configured standard Python logger object.
  • Pretty formatting, including level-specific colors in the console.
  • Robust against str/bytes encoding problems, works with all kinds of character encodings and special characters.
  • Multiple loggers can write to the same logfile (also works across multiple Python files).
  • Compatible with Python 2 and 3.
  • All contained in a single file
  • No further Python dependencies.

What's the difference between this Python project and similar ones?

Focusses on simplicity (less than 400 sloc), has no dependencies, and ... it's pretty!

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/901 **Author:** [@janw](https://github.com/janw) **Created:** 7/13/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`716d0a7`](https://github.com/vinta/awesome-python/commit/716d0a72e2f1df358f1bf480649771879fe9af47) Added logzero - [`f67073c`](https://github.com/vinta/awesome-python/commit/f67073ca8a55391e328ea4a68a174ba5db9a3643) Fixed spelling ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? (Mostly quoting from the docs) * Easy logging to console and/or (rotating) file, created by @metachris. * Provides a fully configured standard [Python logger object](https://docs.python.org/2/library/logging.html#module-level-functions). * Pretty formatting, including level-specific colors in the console. * Robust against str/bytes encoding problems, works with all kinds of character encodings and special characters. * Multiple loggers can write to the same logfile (also works across multiple Python files). * Compatible with Python 2 and 3. * All contained in a [single file](https://github.com/metachris/logzero/blob/master/logzero/__init__.py) * No further Python dependencies. ## What's the difference between this Python project and similar ones? Focusses on simplicity (less than 400 sloc), has no dependencies, and ... it's pretty! -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:03:07 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#810