savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] savannah.gnu.org: submission of Log Writer Library


From: ndarnis
Subject: [Savannah-hackers] savannah.gnu.org: submission of Log Writer Library
Date: Fri, 22 Mar 2002 04:46:31 -0500

A package was submitted to savannah.gnu.org.
This mail was sent to address@hidden, address@hidden


Nicolas Darnis <address@hidden> described the package as follows:
License: gpl
Other License: 
Package: Log Writer Library
System name: lwl
This package does NOT want to apply for inclusion in the GNU project

My project LWL is a library for C programmers. It is designed for C programms 
that wants to write log file, such as server programms. When a programm wnat to 
log some informations into a file, its creates an handle of LWL. It can 
configure the way of logging with or-ed constants. For example, it\'s possible 
to add before the message to be logged any combination of following items: 
DATE, TIME, HOSTIP, LEVEL of the message, etc. In addition to that, the 
programm can set dynamically after have obtained the LWL handle, to loglevel. 
So only
the messages of level less than the LWL handle\'s level will be written to the 
log file. The LWL library writes the messages in only one call to the system 
fprintf() function to avoid lines interleave if several threads writes logs at 
the same time.

LWL already exists and works fine, but I could only put its files on savannah 
when this project will be approved. 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]