Yamlog

Logging in YAML format
Download

Yamlog Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ISC License
  • Price:
  • FREE
  • Publisher Name:
  • Jonas Melian
  • Publisher web site:
  • http://www.bitbucket.org/ares/bcryptwrap/

Yamlog Tags


Yamlog Description

Logging in YAML format Yamlog is an utility written in Python that uses a rotating file that rollovers at 128 KB, it writes messages in YAML format since it's more easy to parse --using the international format for date and time--, and it also logs the higher-level messages to the standard error into single lines.To setup the logging:import yamlogyamlog.setup(filename)where filename is the file where is going to be logged; /tmp/python.log by default.And to tear down it:yamlog.teardown()Then, in each module where is going to be used, there is to add:import yamlog_log = yamlog.logger(__name__)so it passes the module name where it's being run. Now, can be used the logging methods --debug(), info(), warning(), error(), critical()-- to indicate the importance of a logged message. Requirements: · Python


Yamlog Related Software