SlackBuildsOrg/system/eventlog
Robby Workman d7d9ddbc02 system/eventlog: Updated homepage
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2017-05-20 06:53:05 +07:00
..
eventlog.info
eventlog.SlackBuild
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.