zeek/scripts/base/frameworks/logging
Johanna Amann 6e769db23b Log extensions: series of small fixes and new tests.
The extensions now work with optional types, as well with complex types
(like subrecords). Not returning a record in the ext_func no longer
crashes bro.

The default_ext_func was switched to return void in
cases where no extension revord is defined (was bool).

I also got rid of the offsets in the indices - with the rest of the
implementation, that was not really necessary and made the code more
complex.
2016-08-10 14:14:03 -07:00
..
postprocessors allow to specify a remote host port to use for the sftp log rotator. 2015-04-03 08:21:22 -07:00
writers Fix a "make doc" warning 2015-05-29 14:38:50 -05:00
__load__.bro Move DataSeries and ElasticSearch into plugins. 2014-08-08 18:32:21 -07:00
main.bro Log extensions: series of small fixes and new tests. 2016-08-10 14:14:03 -07:00
README Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00

The logging framework provides a flexible key-value based logging interface.