mlogging

Logging for MultiProcess
Download

mlogging Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Kies Lee
  • Publisher web site:
  • https://github.com/kies/

mlogging Tags


mlogging Description

mlogging is a tool to provide an additional handlers for MultiProcess program based on logging module.It provides two handlers : - RotatingFileHandler_MP- TimedRotatingFileHandler_MPInstallationpython setup.py installExamplefrom mlogging import RotatingFileHandler_MPmy_logger = logging.getLogger('MyLogger')# Add the log message handler to the loggerhandler = RotatingFileHandler_MP( LOG_FILENAME, maxBytes=200, backupCount=5)my_logger.addHandler(handler)Product's homepage


mlogging Related Software