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