MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / Create

Method Create

src/log/logfilter.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace Log {
15
16EventFilter::Ptr EventFilter::Create(const uint32_t loglvl)
17{
18 return Ptr(new EventFilter(loglvl));
19}
20
21
22EventFilter::EventFilter(const uint32_t loglvl) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected