Mondrian helps you to configure and use python's logging module once and for ever.


Keywords
console, logging, programming, python
License
Apache-2.0
Install
pip install mondrian==0.8.1

Documentation

mondrian

License Status

Mondrian helps you paint your standard python logger.

Mondrian in action

Enabling mondrian is simple and straightforward:

import logging
import mondrian

logger = logging.getLogger()

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

    logger.info('Hello, world.')

License

License Status