E&S CVS Commit: pylib - 1) factor out log message stringification

tsarna at eby-sarna.com tsarna at eby-sarna.com
Thu May 31 14:13:00 EDT 2001


Module Name:	pylib
Committed By:	tsarna
Date:		Thu May 31 18:12:59 UTC 2001

Modified Files:
	pylib/AppUtils: Connections.py Logging.py

Log Message:
1) factor out log message stringification

2) Add LogTee. This is a logger which splits off log messages to
   multiple other loggers. Example:

	logtee:{syslog:local3},{logfile:/tmp/foo?level=LOG_DEBUG}

   Each sub-logger is required to support the LoggingInterface.

   LogTee is intended to be useful for temporary debugging,
   transitioning configurations, etc. One also might want, say, both a
   MetaDaemon queue of log events plus a logfile or syslogging.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/AppUtils/Connections.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/pylib/AppUtils/Logging.py.diff?r1=1.3&r2=1.4

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pylib/AppUtils/Connections.py 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