{ "info": { "author": "Jonas Melian", "author_email": "jonas@mailup.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python :: 2.6", "Topic :: System :: Logging" ], "description": "Yamlog uses a rotating file that rollovers at 128 KB, it writes messages in YAML\nformat since it's more easy to parse --using the international format for date\nand time--, and it also logs the higher-level messages to the standard error\ninto single lines.\n\nTo setup the logging::\n\n import yamlog\n yamlog.setup(filename)\n\nwhere `filename` is the file where is going to be logged; */tmp/python.log* by\ndefault.\n\nAnd to tear down it::\n\n yamlog.teardown()\n\nThen, in each module where is going to be used, there is to add::\n\n import yamlog\n _log = yamlog.logger(__name__)\n\nso it passes the module name where it's being run. Now, can be used the logging\nmethods --*debug()*, *info()*, *warning()*, *error()*, *critical()*-- to\nindicate the importance of a logged message.\n\nChange history\n==============\n\nv0.9, 2010-02-12\n----------------\n* Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/kless/Yamlog", "keywords": "log logging", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "Yamlog", "package_url": "https://pypi.org/project/Yamlog/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Yamlog/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/kless/Yamlog" }, "release_url": "https://pypi.org/project/Yamlog/0.9/", "requires_dist": null, "requires_python": null, "summary": "Logging in YAML format", "version": "0.9" }, "last_serial": 786054, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "001c007bb6cefef1186169adf5d54e96", "sha256": "6c867d292345d76b279153cd1db8db0c55c302723cb4bbde594fdb4f96ae3fc6" }, "downloads": -1, "filename": "Yamlog-0.9-py2.6.egg", "has_sig": false, "md5_digest": "001c007bb6cefef1186169adf5d54e96", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 8705, "upload_time": "2010-02-12T12:38:57", "url": "https://files.pythonhosted.org/packages/12/d6/163fa47e4de46ebf01c6e9cbf607bb6b41b6dfae2f5625ac41c2f85b768d/Yamlog-0.9-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "07d702e8c9d3a19f9bd55eb4c71f2893", "sha256": "56d9688a3cf25cb9e52023d26cc446e3cf5aece5f455a217b15da89dc86e7cbe" }, "downloads": -1, "filename": "Yamlog-0.9.tar.gz", "has_sig": false, "md5_digest": "07d702e8c9d3a19f9bd55eb4c71f2893", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6406, "upload_time": "2010-02-12T12:38:56", "url": "https://files.pythonhosted.org/packages/d1/27/a9738a4117eec006d8ee6f1c41011aa179e1df67895be9b8478cff0d0cb6/Yamlog-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "001c007bb6cefef1186169adf5d54e96", "sha256": "6c867d292345d76b279153cd1db8db0c55c302723cb4bbde594fdb4f96ae3fc6" }, "downloads": -1, "filename": "Yamlog-0.9-py2.6.egg", "has_sig": false, "md5_digest": "001c007bb6cefef1186169adf5d54e96", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 8705, "upload_time": "2010-02-12T12:38:57", "url": "https://files.pythonhosted.org/packages/12/d6/163fa47e4de46ebf01c6e9cbf607bb6b41b6dfae2f5625ac41c2f85b768d/Yamlog-0.9-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "07d702e8c9d3a19f9bd55eb4c71f2893", "sha256": "56d9688a3cf25cb9e52023d26cc446e3cf5aece5f455a217b15da89dc86e7cbe" }, "downloads": -1, "filename": "Yamlog-0.9.tar.gz", "has_sig": false, "md5_digest": "07d702e8c9d3a19f9bd55eb4c71f2893", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6406, "upload_time": "2010-02-12T12:38:56", "url": "https://files.pythonhosted.org/packages/d1/27/a9738a4117eec006d8ee6f1c41011aa179e1df67895be9b8478cff0d0cb6/Yamlog-0.9.tar.gz" } ] }