[Zope-Checkins] CVS: Zope/lib/python/zLOG - EventLogger.py:1.15

Fred L. Drake, Jr. fred at zope.com
Tue Apr 20 18:14:34 EDT 2004


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

Modified Files:
	EventLogger.py 
Log Message:
add a comment related to the custom logging levels; need to deal with
later


=== Zope/lib/python/zLOG/EventLogger.py 1.14 => 1.15 ===
--- Zope/lib/python/zLOG/EventLogger.py:1.14	Tue Apr 13 10:28:54 2004
+++ Zope/lib/python/zLOG/EventLogger.py	Tue Apr 20 18:14:33 2004
@@ -22,6 +22,10 @@
 import logging
 import time
 
+# XXX Defining custom levels needs to move to
+# ZConfig.components.logger, I think.  It only needs to be done when
+# logging configuration is activated (the logger factory is called).
+#
 # Custom logging levels
 CUSTOM_BLATHER = 15 # Mapping for zLOG.BLATHER
 CUSTOM_TRACE = 5 # Mapping for zLOG.TRACE




More information about the Zope-Checkins mailing list