zeek/testing/btest/logging
Robin Sommer b69ecff3ee More options for the ASCII writer.
# The prefix for the header line if included.
	const header_prefix = "# " &redef;

	# The string to use for empty string fields.
	const empty_field = "" &redef;

	# The string to use for an unset optional field.
	const unset_field = "-" &redef;
2011-03-09 16:52:46 -08:00
..
adapt-filter.bro New function Log::get_filter() that allows to retrieve previously 2011-03-08 17:31:46 -08:00
ascii-empty.bro More options for the ASCII writer. 2011-03-09 16:52:46 -08:00
ascii-escape.bro More options for the ASCII writer. 2011-03-09 16:52:46 -08:00
ascii-options.bro Adding a few options to the ASCII writer. 2011-03-08 21:44:46 -08:00
disable-stream.bro New functions Log::disable_stream() and Log::enable_stream(). 2011-03-08 17:54:11 -08:00
events.bro Working on the logging API exposed to scripts. 2011-02-27 15:09:37 -08:00
no-local.bro Adding options to enable/disable local and remote logging. 2011-03-01 17:13:50 -08:00
path-func.bro Working on the logging API exposed to scripts. 2011-02-27 15:09:37 -08:00
pred.bro Working on the logging API exposed to scripts. 2011-02-27 15:09:37 -08:00
remote.bro A first test for remote logging. 2011-03-03 21:47:08 -08:00
remove.bro Working on the logging API exposed to scripts. 2011-02-27 15:09:37 -08:00
rotate-custom.bro Adding test for per-file rotation. 2011-03-08 16:33:06 -08:00
rotate.bro Rotation support. 2011-03-06 19:32:44 -08:00
rotation.trace Rotation support. 2011-03-06 19:32:44 -08:00
stdout.bro The ASCII writer can now deal with /dev/* paths. 2011-03-08 17:59:05 -08:00
test-logging.bro Working on the logging API exposed to scripts. 2011-02-27 15:09:37 -08:00