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

Method LogVerb1

src/log/dbus-log.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94void LogSender::LogVerb1(const std::string &msg, const bool duplicate_check)
95{
96 Log(Events::Log(log_group, LogCategory::VERB1, msg), duplicate_check);
97}
98
99
100void LogSender::LogInfo(const std::string &msg, const bool duplicate_check)

Callers 11

eventMethod · 0.45
BackendClientObjectMethod · 0.45
connectMethod · 0.45
set_overridesMethod · 0.45
save_propertyMethod · 0.45
~ProxyLogEventsMethod · 0.45
AddProxyTargetMethod · 0.45
method_destroyMethod · 0.45
BusNameAcquiredMethod · 0.45
close_sessionMethod · 0.45

Calls 1

LogClass · 0.50

Tested by

no test coverage detected