Download List

Projeto Descrição

OSSP l2 is a C library providing a very flexible and sophisticated Unix logging facility. It is based on the model of arbitrary number of channels, stacked together in a top-down data flow tree structure with filtering channels in internal nodes and output channels on the leave nodes. Channel trees can be either constructed manually through lower-level API functions or all at once with a single API function controlled by a compact syntactical description of the channel tree. For generating log messages, a printf-style formatting engine is provided which can be extended through callback functions. The data flow inside the channel tree is controlled by logging message severity levels which are assigned to each individual channel.

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.

2003-11-10 22:05
0.9.5

logx () macros foram retirados da API. Um problema foi corrigido onde OSSP l2 não terminar uma mensagem quando ele contém um caractere de nova linha, portanto, se a mensagem anterior era mais longo, a parte entre a nova linha e no final da mensagem anterior foi repetida na mensagem atual. A Bison "locais" opção foi adicionada ao scanner, que fixa a reentrada em falta "yylloc" para Flex 2.5.31.
Tags: Minor bugfixes
logX() macros have been removed from the API. A problem was fixed where OSSP l2 did not terminate a message when it contains a newline character, so if the previous message was longer, the part between the newline and the end of the previous message was repeated in the current message. A Bison "locations" option has been added to the scanner, fixing the missing reentrant "yylloc" for Flex 2.5.31.

2003-10-06 20:59
0.9.4

Esta versão muda o jitter "opção no arquivo" canal "de" bandeira "para" contar "e acrescenta um monitor" nova opção para o arquivo "canal".
Tags: Minor feature enhancements
This release changes the "jitter" option in the "file" channel from
"flag" to "count" and adds a new "monitor" option to the "file" channel.

2003-09-15 11:45
0.9.3

O prefixo "canal" Agora, realiza a jusante atômica escreve para impedir que arquivos de log ilegível.
Tags: Minor bugfixes
The "prefix" channel now performs atomic
downstream writes to prevent garbled log files.

2003-06-30 20:20
0.9.2

Esta versão introduz um "trunc opção" para o canal de arquivo, mas mantém o apoio ao obsoleto "append" opção. Uma matriz "demasiado pequeno por um elemento de" erro no arquivo fd e canais foi corrigido. Um tremor "nova opção" foi adicionada ao canal de arquivo.
Tags: Minor feature enhancements
This release introduces a "trunc" option for the file channel, but keeps support for the obsolete "append" option. An "array too small by one element" bug in fd and file channels has been fixed. A new "jitter" option has been added to the file channel.

2002-07-31 04:01
0.9.0

Tags: Initial freshmeat announcement

Project Resources