Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ LogError
Method
LogError
src/log/dbus-log.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
112
void LogSender::LogError(const std::string &msg)
113
{
114
Log(Events::Log(log_group, LogCategory::ERROR, msg));
115
}
116
117
118
void LogSender::LogCritical(const std::string &msg)
Callers
15
CoreVPNClient
Method · 0.45
event
Method · 0.45
acc_event
Method · 0.45
BackendClientObject
Method · 0.45
Authorize
Method · 0.45
connect
Method · 0.45
initialize_client
Method · 0.45
fetch_configuration
Method · 0.45
set_overrides
Method · 0.45
start_backend_process
Method · 0.45
tun_builder_set_remote_address
Method · 0.45
tun_builder_add_address
Method · 0.45
Calls
1
Log
Class · 0.50
Tested by
no test coverage detected