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) Raise an exception if a write fails during logging. 2) Add module constants version and buildtime in order to aid in support and debugging.
Anthony Tuininga