E&S CVS Commit: pylib - Two changes:
tsarna at eby-sarna.com
tsarna at eby-sarna.com
Mon May 21 17:44:00 EDT 2001
Module Name: pylib
Committed By: tsarna
Date: Mon May 21 21:43:31 UTC 2001
Modified Files:
pylib/AppUtils: Logging.py
Log Message:
Two changes:
a) Support for Connections library. For example, this:
logfile:/the/file/name?level=LOG_DEBUG
(the query string is optional. TBD: specifying the "levels"
dictionary in the query string)
b) The various LOG_xxx level constants are now attributes of the
connection. More convenient, reduces namespace worries, and prevents
(in combination with Connections) having to directly reference the
Logging module at all.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/AppUtils/Logging.py.diff?r1=1.1&r2=1.2
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pylib/AppUtils/Logging.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list