Skip to main content

a Pythonic logger

Project description

Twiggy is a Pythonic logger.

Latest Version https://img.shields.io/travis/wearpants/twiggy.svg Documentation
>>> 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


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)

Uploaded Source

Built Distribution

Twiggy-0.5.1-py3-none-any.whl (25.3 kB view hashes)

Uploaded Python 3

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