MCPcopy 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
112void LogSender::LogError(const std::string &msg)
113{
114 Log(Events::Log(log_group, LogCategory::ERROR, msg));
115}
116
117
118void LogSender::LogCritical(const std::string &msg)

Callers 15

CoreVPNClientMethod · 0.45
eventMethod · 0.45
acc_eventMethod · 0.45
BackendClientObjectMethod · 0.45
AuthorizeMethod · 0.45
connectMethod · 0.45
initialize_clientMethod · 0.45
fetch_configurationMethod · 0.45
set_overridesMethod · 0.45
start_backend_processMethod · 0.45

Calls 1

LogClass · 0.50

Tested by

no test coverage detected