Move logging code to zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-08-01 10:48:05 -07:00
parent 9a800265ff
commit 45b5c6e619
25 changed files with 135 additions and 114 deletions

View file

@ -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