a Pythonic logger
Project description
Twiggy is a Pythonic logger.
>>> from twiggy import quick_setup, log >>> quick_setup() >>> log.name('frank') \ ... .fields(number=42) \ ... .info('hello {who}, it's a {0} day', 'sunny', who='world') INFO:frank:number=42:hello world, it's a sunny day
You should use Twiggy because it is awesome. For more information, read the documentation or see this blog post.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Twiggy-0.5.1.tar.gz
(75.3 kB
view hashes)
Built Distribution
Twiggy-0.5.1-py3-none-any.whl
(25.3 kB
view hashes)