mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28: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
|
@ -5,7 +5,7 @@
|
|||
#include "../Desc.h"
|
||||
#include "../util.h"
|
||||
|
||||
using namespace logging;
|
||||
namespace zeek::logging {
|
||||
|
||||
Component::Component(const std::string& name, factory_callback arg_factory)
|
||||
: zeek::plugin::Component(zeek::plugin::component::WRITER, name)
|
||||
|
@ -28,3 +28,5 @@ void Component::DoDescribe(zeek::ODesc* d) const
|
|||
d->Add("Log::WRITER_");
|
||||
d->Add(CanonicalName());
|
||||
}
|
||||
|
||||
} // namespace zeek::logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue