Skip to main content

Tiny and minimalistic logging utility

Project description

Latest PyPI version https://travis-ci.org/kragniz/lode.png?branch=master

Tiny and minimalistic logging utility module.

Lode is designed to be used in the case where normally simple print statement style debugging would be useful, like checking whether or not a section of code is executed, but stdout or stderr has been robbed from you by something like a devilishly clever test framework. Rather than try to uncover which dark alleyway your calls to print end up, lode just outputs it to a friendly file.

Lode is tested and supported on python versions 2.6, 2.7, 3.2, 3.3 and 3.4.

Installing

$ pip install lode

Using this thing

import lode; lode.log('hi there!')

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

lode-0.2.1.tar.gz (2.5 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