diff options
author | mario <mario@slackverse.org> | 2010-07-02 07:36:39 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-02 07:36:39 -0500 |
commit | cc10aaf6c3bdaacc5f29a0e86462f05a636ddf89 (patch) | |
tree | ce437a27a5dd015c3d0e46632b22a5a1801c9eff /system/eventlog/README | |
parent | 38abf464a3c92e4831ec6faa7f071b202e9fcbd3 (diff) | |
download | slackbuilds-cc10aaf6c3bdaacc5f29a0e86462f05a636ddf89.tar.gz |
system/eventlog: Added (Syslog API replacement)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/eventlog/README')
-rw-r--r-- | system/eventlog/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/eventlog/README b/system/eventlog/README new file mode 100644 index 0000000000..2a25c655ea --- /dev/null +++ b/system/eventlog/README @@ -0,0 +1,10 @@ +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. |