Show HN: Slog, a simple logger for Python

1 points by verandaguy ↗ HN
Slog's a simple logging framework for Python 2 and 3 (though I've only ever tested it with 2.7 besides 3), and as an alternative to the often-overkill `logging` module.

I did a bit of work on it last year, but I had to put it on hiatus because of other responsibilities that came up at the time.

With the re-release, I'm aiming for a stable code base, but before I bring it into the 1.x.x world, I'd like to hear from the HN community -- any feedback you have, or suggestions, or even criticisms, just let me know either in this thread or on Github.

Slog on PyPI: https://pypi.python.org/pypi/slog

Slog on GitHub: https://github.com/verandaguy/slog

1 comment

[ 4.7 ms ] story [ 14.1 ms ] thread
Why logging is overkill? How to justify pulling in an additional external library over what is already in distribution? Is Slog doing something better?