[Assorted-commits] SF.net SVN: assorted:[1448] python-commons/trunk/src/commons/log.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-06-03 17:09:40
|
Revision: 1448 http://assorted.svn.sourceforge.net/assorted/?rev=1448&view=rev Author: yangzhang Date: 2009-06-03 17:09:40 +0000 (Wed, 03 Jun 2009) Log Message: ----------- explicit exports Modified Paths: -------------- python-commons/trunk/src/commons/log.py Modified: python-commons/trunk/src/commons/log.py =================================================================== --- python-commons/trunk/src/commons/log.py 2009-06-03 17:09:35 UTC (rev 1447) +++ python-commons/trunk/src/commons/log.py 2009-06-03 17:09:40 UTC (rev 1448) @@ -12,6 +12,19 @@ import logging, logging.handlers, sys from logging import getLogger +__all__ = """ +fmt +log +exception +critical +error +warning +info +die +tailor_logs +config_logging +""".split() + # TODO cleanup / reorganize this section def fmt( flag, *args ): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |