wearpants / twiggy

Pythonic logger, shipped in Redhat & Debian
BSD 3-Clause "New" or "Revised" License
47 stars 11 forks source link

style='literal' and style='repr' support #86

Open wearpants opened 6 years ago

wearpants commented 6 years ago

Support passing a literal string when emitting a message, with no format parameters. Also support passing an object as the text part of the message, which will have repr called on it Message

People seem to want this, see #82, even if I think it's a bit gross