Skip to main content

Library for logging to Loggly from within Python webapps

Project description

hooover 0.0.1

Fork of hoover library from http://www.github.com/loggly/hoover that uses requests instead of httplib2

Here’s a simple usage example:

import hooover
handler = hooover.LogglyHttpHandler(token='your_token_here')
import logging
log = logging.getLogger('Loggly')
log.addHandler(handler)
log.setLevel(logging.INFO)
log.info("Hello Loggly...")

get hooover

Install requests library:

sudo easy_install hooover

Download the latest release from Python Package Index or clone the repository

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

Hooover-0.0.1.tar.gz (4.7 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