Skip to main content

A fancy logger

Project description

https://badge.fury.io/py/logtrail.svg https://travis-ci.org/eendroroy/logtrail.svg?branch=master https://codeclimate.com/github/eendroroy/logtrail/badges/gpa.svg https://codecov.io/gh/eendroroy/logtrail/branch/master/graph/badge.svg

A tool to display bar-chart anywhere.

installation

use pip

.   $ pip install logtrail

usage

.   >>> import logtrail
.   >>> logtrail.Logger.info("calling 'logtrail.logger.info'")
.   >>> logtrail.Logger.debug("calling 'logtrail.logger.debug'")
.   >>> logtrail.Logger.warn("calling 'logtrail.logger.warn'")
.   >>> logtrail.Logger.error("calling 'logtrail.logger.error'")
.   >>> logtrail.Logger.i("calling 'logtrail.logger.i'")
.   >>> logtrail.Logger.d("calling 'logtrail.logger.d'")
.   >>> logtrail.Logger.w("calling 'logtrail.logger.w'")
.   >>> logtrail.Logger.e("calling 'logtrail.logger.e'")

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

logtrail-0.0.3-py2.py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 2 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