Contents

logzero 1.7.0

0

Robust and effective logging for Python 2 and 3

logzero is a Python package designed to simplify application logging. It provides a pre-configured standard Python logger that can be used directly across your files and modules, making it easy to implement consistent logging throughout your application. The library supports colored terminal output and log file rotation, and it handles Unicode seamlessly. As a standalone library, logzero doesn't have dependencies on other Python packages, making it a lightweight and efficient choice for your logging needs.

Stars: 1029, Watchers: 1029, Forks: 76, Open Issues: 24

The metachris/logzero repo was created 6 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 1029 github stars!

How to Install logzero

You can install logzero using pip

pip install logzero

or add it to a project with poetry

poetry add logzero

Package Details

Author
Chris Hager
License
MIT license
Homepage
https://github.com/metachris/logzero
PyPi:
https://pypi.org/project/logzero/
GitHub Repo:
https://github.com/metachris/logzero

Classifiers

No  logzero  pypi packages just yet.

Errors

A list of common logzero errors.

Code Examples

Here are some logzero code examples and snippets.

  • logzero code examples

    These Python logzero examples will show you how to use the logzero python package in your project to perform logging.

GitHub Issues

The logzero package has 24 open issues on GitHub

  • Update sphinx to 4.4.0
  • Update LogFormatter to allow syslog severity levels, and dateformats of {"iso", "azure"}
  • Allow logging to stdout instead of stderr
  • Create directory structure, if it doesn't exist
  • Function 'logfile' assumes that filename is a string
  • Update cryptography to 36.0.1

See more issues on GitHub

Related Packages & Articles

dotmap 1.3.30

ordered, dynamically-expandable dot-access dictionary

bitmath 1.3.3.1

Pythonic module for representing and manipulating file sizes with different prefix notations (file size unit conversion)

oauthlib 3.2.2

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

amqp 5.2.0

Low-level AMQP client for Python (fork of amqplib).