tintoy / seqlog

Python logging integration for Seq (https://getseq.net)
https://seqlog.readthedocs.io/
MIT License
16 stars 11 forks source link

=============================== SeqLog

.. image:: https://img.shields.io/pypi/v/seqlog.svg :target: https://pypi.python.org/pypi/seqlog

.. image:: https://img.shields.io/travis/tintoy/seqlog.svg :target: https://travis-ci.org/tintoy/seqlog

.. image:: https://readthedocs.org/projects/seqlog/badge/?version=latest :target: https://seqlog.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

SeqLog enables logging from Python to Seq <https://getseq.net/>_.

It also adds support for logging with named format arguments (via keyword arguments) in the same way "{arg1}".format(arg1="foo") does.