Metadata-Version: 2.1
Name: global-logger
Version: 0.3.30
Summary: Based on Python built-in logger, expands it, and provides a global logger to your system. Easy on-screen and/or .log files output setup without pain for Python newcomers. Python 2 and 3 compatible
Home-page: https://github.com/alertua/global_logger
Author: Alexey Rubasheff
Author-email: alexey.rubasheff@gmail.com
License: MIT license
Keywords: global_logger
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=2.7
License-File: LICENSE
License-File: AUTHORS.rst

======================
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


=======
History
=======

0.3.30 (2022-18-06)
-------------------

* Bugfix: Proper emit to file handler


0.3.29 (2022-31-01)
-------------------

* It is now possible to toggle Logger screen colored output


0.3.28 (2022-15-01)
-------------------

* It is now possible to set the current global log_session_filename while instantiating the first Logger

0.3.27 (2021-22-11)
-------------------

* Small precaution


0.3.26 (2021-15-10)
-------------------

* GitHub Actions Python Version Bugfix


0.3.25 (2021-15-10)
-------------------

* Bugfix
* tox bugfix


0.3.24 (2021-15-10)
-------------------

* Removed dumping sensitive data


0.3.23 (2021-09-10)
-------------------

* Pathlib prerequisite fix for Python 3.4+


0.3.22 (2021-08-17)
-------------------

* Colorlog import fixed @ Python < 3.5


0.3.21 (2021-02-02)
-------------------

* IntEnum import fixed @ Python < 3.6


0.3.20 (2020-11-19)
-------------------

* win_unicode_console version tweak


0.3.17 (2020-10-19)
-------------------

* Python 3.9 support
* Screen Logger Message Format argument added


0.3.16 (2020-09-02)
-------------------

* FileHandler now adds to all previously existing loggers


0.3.14 (2020-08-20)
-------------------

* Pylint removed
* Bugfix


0.3.12 (2020-07-27)
-------------------

* Individual loggers that skip global logging level change
* Pendulum module version bumped


0.3.9 (2020-07-20)
------------------

* Enum module usage
* Code testing update


0.3.8 (2020-07-13)
------------------

* Bugfix


0.3.6 (2020-07-01)
------------------

* Minor tweaks
* Bugfix


0.3.4 (2020-06-29)
------------------

* Documentation update
* Github Pages setup
* ReadTheDocs documentation setup


0.2.11 (2020-06-28)
-------------------

* Refactoring
* Bugfix


0.2.6 (2020-06-27)
------------------

* GitHub Actions stabilized.


0.1.0 (2020-06-23)
------------------

* First release on PyPI.
