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):
mlzlog.log.getChild('mysublogger', ownDir=True) # ownDir creates a new subdirectory for the desired logger name
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.1.2.tar.gz
(19.7 kB
view hashes)
Built Distribution
Close
Hashes for mlzlog-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2f8fd971bb7769710d22bffbdd06b883aa647582bb7fd26c0ec0da4303c6619 |
|
MD5 | 235d073702f1cbfe15cfbb48aa972c33 |
|
BLAKE2b-256 | e64acaa983ddc0ed30b9707f2fb318390363099eb5e0f08b48c3714f7dca74d4 |