Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ SetLogLevel
Method
SetLogLevel
src/log/logfilter.cpp:28–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
28
void EventFilter::SetLogLevel(const uint32_t loglev)
29
{
30
if (loglev > 6)
31
{
32
throw LogException(
"Invalid log level"
);
33
}
34
log_level = loglev;
35
}
36
37
38
uint32_t EventFilter::GetLogLevel() const noexcept
Callers
7
ProxyLogEvents
Method · 0.45
logger_service
Function · 0.45
ServiceHandler
Method · 0.45
cmd_props
Function · 0.45
cmd_send
Function · 0.45
AWSObject
Method · 0.45
Handler
Method · 0.45
Calls
1
LogException
Class · 0.85
Tested by
2
cmd_props
Function · 0.36
cmd_send
Function · 0.36