slackbuilds_ponce/system/eventlog
Mario Preksavec 05d5d1ca13 system/eventlog: Updated for version 0.2.12+20120504+1700.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-12-14 10:53:03 -06:00
..
eventlog.info system/eventlog: Updated for version 0.2.12+20120504+1700. 2013-12-14 10:53:03 -06:00
eventlog.SlackBuild system/eventlog: Updated for version 0.2.12+20120504+1700. 2013-12-14 10:53:03 -06:00
README
slack-desc

The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator 
via a configuration file.