Add more logging framework documentation.

This commit is contained in:
Jon Siwek 2011-12-09 14:30:21 -06:00
parent 6d3b29b0ec
commit 1f57827e54
6 changed files with 272 additions and 59 deletions

View file

@ -410,6 +410,10 @@ The Bro scripting language supports the following built-in types.
Writing to files like this for logging usually isn't recommend, for better
logging support see :doc:`/logging`.
.. bro:type:: func
See :bro:type:`function`.
.. bro:type:: function
Function types in Bro are declared using::