Skip to main content

Useful common logging functionality by MLZ

Project description

mlzlog is a collection of common logging functionality developed and used at MLZ.

Usage

Before you do any logging, initiate the mlz logging via:

initLogging(rootname='mlz', rootlevel='info', logdir='/var/log')

That will set up a global root logger (accesible via mlzlog.log) and attach handlers for colored console output and logfiles (in a nice version).

To get a new logger just use getChild on another logger (e.g. mlzlog.log):

# ownDir creates a new subdirectory for the desired logger name
mlzlog.log.getChild('mysublogger', ownDir=True)

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

mlzlog-0.2.0.tar.gz (20.1 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