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 details)

Uploaded Source

File details

Details for the file mozlog-1.1.tar.gz.

File metadata

  • Download URL: mozlog-1.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mozlog-1.1.tar.gz
Algorithm Hash digest
SHA256 f1f228dfbcfe3ff2792550a41eaa3730d186d9242a5d1a7264691012cfb59c3c
MD5 3360ac0df52f46903e73a6fb9bf3c104
BLAKE2b-256 f06347fe71b582e8c31382f1541edb663770ad7c3e0efc5327c4952014412192

See more details on using hashes here.

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