cx_Logging 1.2 review

Download
by rbytes.net on

cx_Logging is a Python extension module which operates in a fashion similar to the logging module that ships with Python 2.3 and hig

License: Python License
File size: 0K
Developer: Anthony Tuininga
0 stars award from rbytes.net

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. cx_Logging project also has a C interface which allows applications to perform logging independently of Python.

This project is being released to the public since other projects that are
available publicly depend on this module.

Please see the included documentation for additional information. Note that
the documentation is a work in progress. It is currently only suitable as
reference material but I intend to supplement this documentation over time.

Requirements:
Python 2.3 or later

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

cx_Logging 1.2 search tags