Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ EventFilter
Method
EventFilter
src/log/logfilter.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
22
EventFilter::EventFilter(const uint32_t loglvl) noexcept
23
: log_level(loglvl)
24
{
25
}
26
27
28
void EventFilter::SetLogLevel(const uint32_t loglev)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected