https://github.com/alertua/global_logger
Based on Python built-in logger, expands it, and provides a global logger to your system.
https://github.com/alertua/global_logger
logging logging-library python2 python3
Last synced: 5 months ago
JSON representation
Based on Python built-in logger, expands it, and provides a global logger to your system.
- Host: GitHub
- URL: https://github.com/alertua/global_logger
- Owner: ALERTua
- License: mit
- Created: 2020-06-23T19:50:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T17:06:29.000Z (11 months ago)
- Last Synced: 2025-05-05T18:29:13.293Z (11 months ago)
- Topics: logging, logging-library, python2, python3
- Language: Python
- Homepage: https://pypi.org/project/global-logger/
- Size: 6.23 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
======================
Global Logger
======================
.. image:: https://img.shields.io/pypi/v/global_logger.svg
:target: https://pypi.python.org/pypi/global_logger
..
.. image:: https://readthedocs.org/projects/global-logger/badge/?version=latest
:target: https://global-logger.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://github.com/ALERTua/global_logger/workflows/Python%20Package/badge.svg?branch=master
:target: https://github.com/ALERTua/global_logger/actions?query=workflow%3A%22Python+Package%22
Global Logger
Based on Python built-in logger, expands it, and provides a global logger to your system.
* Free software: MIT license
* Documentation:
* https://alertua.github.io/global_logger
* https://global-logger.readthedocs.io / https://global-logger.rtfd.io
* PyPi modules: https://pypi.org/project/global-logger
Features
--------
* Easy on-screen logging setup without pain for Python newcomers
* Easy .log files output setup without pain for Python newcomers
* Python 2 and 3 compatible