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 Pantheios Util and Pantheios Core libraries
have been fully separated, including source,
makefiles and targets, and project files. This now
requires STLSoft 1.9.42. Note, these are breaking
changes: any code using the extant Pantheios Core
library will need to be relinked (to also include
the Util library).