cx_Logging 1.4

Anthony Tuininga anthony.tuininga at gmail.com
Tue Oct 2 03:40:38 CEST 2007


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 or in tandem with Python.


Where do I get it?

http://cx-logging.sourceforge.net


What's new?

1) On Windows, ensure that the log files are opened in such a way that
they are not inherited by subprocesses; otherwise, the existence of a
subprocess prevents log rotation.
2) Build an import library on Windows and change the shared object
name of the module on other platforms so that other projects can use
it directly at the C level.
3) Removed unnecessary dependency on the win32api package on Windows.
4) Tweaked setup script to build PKG-INFO and MANIFEST using metadata
in the setup script instead of separate files.


More information about the Python-announce-list mailing list