[Zodb-checkins] CVS: Zope/lib/python/zLOG - __init__.py:1.3

Chris McDonough chrism@zope.com
Fri, 16 Nov 2001 14:45:05 -0500


Update of /cvs-repository/Zope/lib/python/zLOG
In directory cvs.zope.org:/tmp/cvs-serv19571

Modified Files:
	__init__.py 
Log Message:
Enable the export of "log_time"


=== Zope/lib/python/zLOG/__init__.py 1.2 => 1.3 ===
 # Most apps interested in logging only want the names below.
 __all__ = ['LOG', 'TRACE', 'DEBUG', 'BLATHER', 'INFO', 'PROBLEM',
-           'WARNING', 'ERROR', 'PANIC',]
+           'WARNING', 'ERROR', 'PANIC', 'log_time']