Pantheios 1.0.1 beta 97 (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:
The b64 library (version 1.2.5) is now bundled
with Pantheios, and the pantheios::b64 inserter
class is built into the library. Some work towards
compatiblity with the Safe String library (e.g.
with VC8+) was carried out. A minor bug in the
component test for the pantheios::threadId
inserter class, introduced in beta 96, was
corrected. Note that this version requires STLSoft
1.9.22, which is available from
http://www.stlsoft.org.
|