[Zodb-checkins] CVS: Zope/lib/python/zLOG - DebugLogger.py:1.1.2.6

Fred L. Drake, Jr. fred@zope.com
Tue, 28 Jan 2003 11:37:14 -0500


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

Modified Files:
      Tag: chrism-install-branch
	DebugLogger.py 
Log Message:
Minor docstring changes.


=== Zope/lib/python/zLOG/DebugLogger.py 1.1.2.5 => 1.1.2.6 ===
--- Zope/lib/python/zLOG/DebugLogger.py:1.1.2.5	Tue Jan 28 11:32:48 2003
+++ Zope/lib/python/zLOG/DebugLogger.py	Tue Jan 28 11:37:11 2003
@@ -21,16 +21,16 @@
 
 where:
 
-    'code' is B for begin, I for received input, A for received output,
+    <code> is B for begin, I for received input, A for received output,
     E for sent output.
 
-    'request id' is a unique request id.
+    <request id> is a unique request id.
 
-    'time' is the time in localtime ISO format.
+    <time> is the local time in ISO 6801 format.
 
-    'data' is the HTTP method and the PATH INFO for B, the size of the input
-    for I, the HTTP status code and the size of the output for A, or
-    nothing for E.
+    <data> is the HTTP method and the PATH INFO for B, the size of the
+    input for I, the HTTP status code and the size of the output for
+    A, or nothing for E.
 """
 
 import time