Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-01-10 10:25 Back to release list
1.0.1 (beta 210)

Esta versão adiciona a validação em tempo de compilação importante para evitar tipos fundamentais que são passadas para registrar as declarações, que pode ser feito para compilar na presença de bibliotecas de terceiros que definem classes com construtores (acidental) de conversão tendo numérico tipos fundamentais. Ele também adiciona suporte GCC 4.5. Note-se que STLSoft 1.9.106 é necessária.
Tags: Minor feature enhancements
This release adds important compile-time validation to prevent fundamental types being passed to log statements, which can be made to compile in the presence of third-party libraries that define classes with (accidental) conversion constructors taking numeric fundamental types. It also adds GCC 4.5 support. Note that STLSoft 1.9.106 is required.

Project Resources