Pantheios 1.0.1 beta 100 (Default branch) |
|
|
Wednesday February 20, 2008. 09:41 AM FreshMeat
Pantheios is a C/C++ logging API library. It offers an optimal combination of complete type-safety, very high efficiency, genericity, and extensibility. It is simple to use and extend, highly portable (platform and compiler independent), and it upholds the C tradition of only paying for what you use. Pantheios supports logging of message statements of arbitrary complexity, consisting of heterogenous types. Pantheios supports filtering of log messages based on severity level.
License: BSD License (revised)
Changes:
Constructors were added to the back-end
initialization structures that automatically
invoke the default initialization functions on
them (C++-compilation units only). Minor
improvements were made to documentation and
makefiles. The distribution was upgraded to use
xTests v0.1.11.
|