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.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to