Skip to main content

a Pythonic logger

Project description

Latest Version https://img.shields.io/travis/wearpants/twiggy.svg

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.

Note that master is currently in flux and may be broken. Please use the maint-0.4 branch for stable development/forks.

Project details


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.4.7.tar.gz (67.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page