mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Move logging code to zeek namespaces
This commit is contained in:
parent
9a800265ff
commit
45b5c6e619
25 changed files with 135 additions and 114 deletions
|
@ -235,7 +235,7 @@ static void print_log(const std::vector<ValPtr>& vals)
|
|||
|
||||
record->Assign(0, zeek::make_intrusive<zeek::TimeVal>(network_time));
|
||||
record->Assign(1, std::move(vec));
|
||||
log_mgr->Write(plval.get(), record.get());
|
||||
zeek::log_mgr->Write(plval.get(), record.get());
|
||||
}
|
||||
|
||||
ValPtr PrintStmt::DoExec(std::vector<ValPtr> vals,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue