mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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
|
@ -28,7 +28,8 @@
|
|||
#include <broker/endpoint_info.hh>
|
||||
|
||||
using namespace std;
|
||||
using namespace logging;
|
||||
|
||||
namespace zeek::logging {
|
||||
|
||||
struct Manager::Filter {
|
||||
zeek::Val* fval;
|
||||
|
@ -1621,3 +1622,5 @@ bool Manager::FinishedRotation(WriterFrontend* writer, const char* new_name, con
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
} // namespace zeek::logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue