python3-logzero

robust and effective logging for Python (Python 3)
  https://pypi.python.org/pypi/logzero
  0
  no reviews



Logzero is a python library that provides effective and robust logging. Features: * Easy logging to console and/or (rotating) file. * Provides a fully configured standard. * Pretty formatting, including level-specific colors in the console. * Windows color output supported by colorama * 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 across multiple Python files).

This package installs the library for Python 3.