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-12-06 07:39
1.0.1 (beta 213)

Esta versão adiciona aprimoramentos makefiles e compatibilidade para o GCC 4.6. Ele reprova pantheios/util/com/exception_helpers.hpp, para que os usuários obtenham em vez do projeto Pantheios::Extras::xHelpers. Esta versão requer a versão 1.9.111 do STLSoft.
Tags: minor feature enhancement
This release adds makefiles and compatibility enhancements for GCC 4.6. It deprecates pantheios/util/com/exception_helpers.hpp, for which users instead obtain the Pantheios::Extras::xHelpers project. This release requires version 1.9.111 of STLSoft.

2011-08-13 17:27
1.0.1 (beta 212)

Várias pequenas correções e melhorias documentação.
Tags: Minor bugfixes
Various minor fixes and documentation improvements.

2011-02-01 13:02
1.0.1 (beta 211)

Uma aplicação errada do pantheios_be_file_flush () em be.file foi corrigido. be.file agora esconde falsos positivos dada por MSVCRT relato de vazamento de memória. A WideString rasteira caracter nul em bec.WindowsSyslog foi corrigido. Pantheios:: init () e Pantheios: uninit () estão agora expostos na documentação. melhorias não-funcionais foram feitos para a implementação de pantheios_getPad (), incluindo a capacidade de ajustar o tamanho do buffer em tempo de compilação. STLSoft 1.9.108 agora é necessário.
Tags: Bugfixes, Minor feature enhancements
An erroneous implementation of pantheios_be_file_flush() in be.file was fixed. be.file now hides false positives given by MSVCRT memory leak reporting. A widestring trailing nul character in bec.WindowsSyslog was fixed. pantheios::init() and pantheios::uninit() are now exposed in the documentation. Non-functional improvements were made to the implementation of pantheios_getPad(), including the ability to adjust buffer size at compile time. STLSoft 1.9.108 is now required.

2011-01-10 10:25
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.

2011-01-06 10:52
1.0.1 (beta 209)

Uma seqüência de caracteres não vazia - "Código de status desconhecido" - agora é devolvido se o código de status não é reconhecido. Um erro de compilação com as cordas de largura em example.cpp.util.strdup foi corrigido. test.unit.fe.WindowsRegistry agora sucede saltando manipulação de HKEY_LOCAL_MACHINE quando executado por um usuário com permissões limitadas.
Tags: Minor feature enhancements, Minor bugfixes
A non-empty string - "unrecognised status code" - is now returned if the status code is unrecognised. A compilation error with wide strings in example.cpp.util.strdup was corrected. test.unit.fe.WindowsRegistry now succeeds by skipping manipulation of HKEY_LOCAL_MACHINE when run by a user with limited permissions.

Project Resources