Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 ()-Makros wurden von der API entfernt. Es wurde ein Problem behoben, bei dem OSSP L2 aber nicht beendet, wenn eine Nachricht enthält einen Zeilenumbruch, also, wenn die vorherige Nachricht war nicht mehr, der Teil zwischen den Zeilenumbruch und das Ende der vorangegangenen Nachricht wurde in der aktuellen Nachricht wiederholt. Ein Bison "Standorte"-Option wurde mit dem Scanner hat, zur Festsetzung der fehlenden reentrant "yylloc" für 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

Diese Version ändert sich die "Jitter"-Option in der "Datei" Kanal "Flagge" zu "count" und fügt einen neuen "Monitor" Option "Datei"-Kanal.
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

Die "Präfix" Kanal führt nun atomaren nachgelagerten schreibt verstümmelt Protokolldateien zu verhindern.
Tags: Minor bugfixes
The "prefix" channel now performs atomic
downstream writes to prevent garbled log files.

2003-06-30 20:20
0.9.2

Dieses Release führt eine "trunc" Option für die Datei-Kanal, sondern hält sich Unterstützung für die veraltete "append"-Option. Ein "Array zu klein, um ein Element" Fehler in Datei fd und Kanäle wurde behoben. Eine neue "Jitter"-Option wurde, um die Datei-Kanal aufgenommen.
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