Pantheios 1.0.1 beta 75 (Default branch) |
|
|
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:
This release includes a unit/component testing framework in the public distribution. It bundles the shwild library for use in unit test pattern matching. It bundles the xTests library for unit/component testing. The error code strings in the Core have been updated to reflect recent additions. The pantheios::pointer inserter is enhanced. A benign (but annoying) bug in time routines has been fixed. The functionality of be.COMErrorObject has been fixed. All makefiles have been adjusted to build and execute new Unit and Component tests. A compilation error in example 10 is fixed. 4 unit tests and 8 component tests have been added/adjusted.
|