mondrian icon indicating copy to clipboard operation
mondrian copied to clipboard

Logging, with pretty coloured squares all over the place.

mondrian

.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpython-mondrian%2Fmondrian.svg?type=shield :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fpython-mondrian%2Fmondrian?ref=badge_shield :alt: License Status

Mondrian helps you paint your standard python logger.

.. image:: https://raw.githubusercontent.com/hartym/mondrian/master/demo.png :alt: Mondrian in action :width: 100% :align: center

Enabling mondrian is simple and straightforward:

.. code-block:: python

import logging
import mondrian

logger = logging.getLogger()

if __name__ == '__main__':
    mondrian.setup(excepthook=True)
    logger.setLevel(logging.INFO)

    logger.info('Hello, world.')

License

.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpython-mondrian%2Fmondrian.svg?type=large :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fpython-mondrian%2Fmondrian?ref=badge_large :alt: License Status