A replacement of the simple syslog() API provided on UNIX systems https://github.com/balabit/eventlog
Go to file
2024-01-05 22:08:27 +01:00
eventlog.spec update to 0.2.12 [release 0.2.12-1mamba;Tue Aug 23 2011] 2024-01-05 22:08:27 +01:00
README.md update to 0.2.12 [release 0.2.12-1mamba;Tue Aug 23 2011] 2024-01-05 22:08:27 +01:00

eventlog

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.