Remove deprecated open_log_file and log_file_name functions

This commit is contained in:
Jon Siwek 2019-06-27 16:39:20 -07:00
parent b635cc240b
commit bfd037989b
6 changed files with 16 additions and 25 deletions

View file

@ -13,7 +13,7 @@ export {
} &log;
}
const foo_log = open_log_file("Foo") &redef;
const foo_log = open("Foo.log") &redef;
event zeek_init()
{