Download List

專案描述

cx_Logging is a Python extension module that
supports logging in a similar fashion to that
supported by the logging module available in
Python 2.3 and up. It also supports a C interface
that allows applications to perform logging
independently of Python.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-12-24 08:51
2.1

This release adds support for Python 2.7 and Python 3.1 and 64-bit Windows. Some performance improvements were made, and integration with the Windows platform was improved.

2009-06-18 15:00
2.0

This release adds support for Python 3.x and logging in Unicode on Python 2.x. It also improves support for logging exceptions and compiling on additional platforms. The documentation has also been improved.

2007-10-02 06:39
1.4

This release ensures that log files opened on Windows are opened in such a way that they are not inherited by subprocesses, thus permitting log rotation to occur in that situation. It also eases support for using the C interface in other projects and cleans up the setup configuration script to simplify further maintenance.

2007-03-08 08:45
1.3

This release fixes support for importing the
module in Python 2.5 on Windows and adds support
for 64-bit Python installations, particularly in
Python 2.5.
標籤: Minor bugfixes

2006-07-22 01:56
1.2

This release adds keyword argument support to the StartLogging() Python method, and adds support for getting a file object in Python corresponding to the file to which logging is taking place. It also fixes a number of build issues with the Microsoft compiler.
標籤: Minor feature enhancements

Project Resources