Skip to content

tirkarthi/twiggy

 
 

Twiggy

Twiggy is a Pythonic logger.

Latest Version

image

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.

About

Pythonic logger, shipped in Redhat & Debian

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%