Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 889 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 889 Bytes

SeqLog

Documentation Status

SeqLog enables logging from Python to Seq.

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