slackbuilds/system/eventlog
B. Watson dc65d6cf57
system/eventlog: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README system/eventlog: Added (Syslog API replacement) 2010-07-02 07:36:39 -05:00
eventlog.SlackBuild system/eventlog: Updated for version 20151122_a5c1916. 2016-07-30 08:28:21 +07:00
eventlog.info system/eventlog: Updated for version 20151122_a5c1916. 2016-07-30 08:28:21 +07:00
slack-desc system/eventlog: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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.