Adding options to enable/disable local and remote logging.

Only the local option has an effect right now.

Also moving Log::default_writer out of the bif into logging.bro.
This commit is contained in:
Robin Sommer 2011-02-28 22:21:53 -08:00
parent d673c8c64c
commit c355f5d1fa
4 changed files with 58 additions and 17 deletions

View file

@ -6,8 +6,6 @@ module Log;
#include "NetVar.h"
%%}
const Log::default_writer: Writer;
type Filter: record;
type Stream: record;