Commit graph

3 commits

Author SHA1 Message Date
fhajny
d1b8f388cd Update sysutils/liblognorm to 2.0.1.
Version 2.0.1, 2016-08-01
- fix public headers, which invalidly contained a strndup()
  definition
- fix some issues in pkgconfig file
- enhance build system to natively support systems with older
  autoconf versions and/or missing autoconf-archive.

Version 2.0.0, 2016-07-21
- completely rewritten, much feature-enhanced version
- requires libfastjson instead of json-c
- big improvements to testbench runs, especially on travis
- lognormalizer tool can now handle lines larger 10k characters
2016-08-09 11:52:28 +00:00
fhajny
8c1636c1d1 Update liblognorm to 1.1.0.
- added regular expression support
  use this feature with great care, as it thrashes performance
- fix build problem when --enable-debug was set
2015-01-16 16:37:41 +00:00
fhajny
5529146bb9 Import liblognorm-1.0.1 as sysutils/liblognorm.
liblognorm shall help to make sense out of syslog data, or, actually,
any event data that is present in text form.

In short words, one will be able to throw arbitrary log message to
liblognorm, one at a time, and for each message it will output
well-defined name-value pairs and a set of tags describing the message.
2014-09-04 19:53:36 +00:00