Mergifyio / daiquiri

Python library to easily setup basic logging functionality
Apache License 2.0
333 stars 25 forks source link

How does this compare to logzero? #13

Closed dseptem closed 7 years ago

dseptem commented 7 years ago

http://logzero.readthedocs.io/

Great work, by the way.

jd commented 7 years ago

They seem to overlap a bit, though logzero seems a bit more file oriented in its API, whereas daiquiri is more generic. I'd say daiquiri has less opinion about where and how you should log. It also do not try to interfere with the Python logging subsystem whereas logzero seems (from my quick skimming through the code) try to encode/decode string/bytes.