{ "info": { "author": "Jim Jewett", "author_email": "JimJJewett@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: System :: Logging" ], "description": "The standard library logging package is very powerful, but \r\ndoes not scale *down* well. \r\n\r\nAny configuration -- even just saving messages to a file \r\nrather than the console -- requires a fair amount of setup \r\nor glue code. \r\n\r\neasylog wraps the standard library, to minimize the amount \r\nof logging-specific code in your own script or application.\r\n\r\n >>> from easylog import critical, error, warning, debug, info\r\n >>> debug(\"getFoo requesting %d %s\", 42, \"answers\")\r\n >>> error(\"getFoo says %d of those %s are lousy!\", 19, \"answers\")\r\n ERROR:easylog.easylog:getFoo says 19 of those answers are lousy!\r\n\r\nBoth messages are captured in the logfile, but only the error \r\nis shown onscreen.\r\n\r\nIf you want to change the logfile name/which messages are \r\ncaptured/the output format, etc, you can do that with a single call.\r\n\r\nAlpha version 0.2.0 is available under the Python Software Foundation \r\nLicense at http://sourceforge.net/projects/easylog/\r\n\r\nPlease send comments to JimJJewett@yahoo.com.", "description_content_type": null, "docs_url": null, "download_url": "http://sourceforge.net/project/showfiles.php?group_id=104742&package_id=112687", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://sourceforge.net/projects/easylog/", "keywords": "logging", "license": "Python Software Foundation", "maintainer": "Jim Jewett", "maintainer_email": "JimJJewett@yahoo.com", "name": "easylog", "package_url": "https://pypi.org/project/easylog/", "platform": null, "project_url": "https://pypi.org/project/easylog/", "project_urls": { "Download": "http://sourceforge.net/project/showfiles.php?group_id=104742&package_id=112687", "Homepage": "http://sourceforge.net/projects/easylog/" }, "release_url": "https://pypi.org/project/easylog/0.2.0%20alpha/", "requires_dist": null, "requires_python": null, "summary": "easylog works with the standard logging package to minimize logging-specific code in your own application or script.", "version": "0.2.0 alpha" }, "last_serial": 2586, "releases": { "0.2.0 alpha": [] }, "urls": [] }