mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Remove deprecated open_log_file and log_file_name functions
This commit is contained in:
parent
b635cc240b
commit
bfd037989b
6 changed files with 16 additions and 25 deletions
|
@ -13,7 +13,7 @@ export {
|
|||
} &log;
|
||||
}
|
||||
|
||||
const foo_log = open_log_file("Foo") &redef;
|
||||
const foo_log = open("Foo.log") &redef;
|
||||
|
||||
event zeek_init()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue