cx_Logging 1.2

Anthony Tuininga anthony.tuininga at gmail.com
Fri Jul 21 23:21:17 CEST 2006


What is cx_Logging?

cx_Logging is a Python extension module which operates in a fashion
similar to the logging module that ships with Python 2.3 and higher.
It also has a C interface which allows applications to perform logging
independently of Python.


Where do I get it?

http://starship.python.net/crew/atuining


What's new?

1) Changed macros to support building with the Microsoft compiler as
requested by Christopher Mioni.
2) Added keywords arguments for the StartLogging() method as requested
by Christopher Mioni.
3) Use __DATE__ and __TIME__ to determine the date and time of the
build rather than passing it through directly.
4) Added support for getting a file object for the file that is
currently being logged to or None if no logging is taking place.


More information about the Python-announce-list mailing list