Skip to main content

Robust log handling specialized for logging in the Mozilla universe

Project description

[Mozlog](https://github.com/mozilla/mozbase/tree/master/mozlog) is a python package intended to simplify and standardize logs in the Mozilla universe. It wraps around python’s [logging](http://docs.python.org/library/logging.html) module and adds some additional functionality.

# Usage

Import mozlog instead of [logging](http://docs.python.org/library/logging.html) (all functionality in the logging module is also available from the mozlog module). To get a logger, call mozlog.getLogger passing in a name and the path to a log file. If no log file is specified, the logger will log to stdout.

import mozlog logger = mozlog.getLogger(‘LOG_NAME’, ‘log_file_path’) logger.setLevel(mozlog.DEBUG) logger.info(‘foo’) logger.testPass(‘bar’) mozlog.shutdown()

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

mozlog-1.1.tar.gz (2.8 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