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

Method GetLogMethod

src/log/proxy-log.hpp:326–329  ·  view source on GitHub ↗

* Retrieve which logging method is used by the log service */

Source from the content-addressed store, hash-verified

324 * Retrieve which logging method is used by the log service
325 */
326 const std::string GetLogMethod() const
327 {
328 return logservice->GetProperty<std::string>(logtarget, "log_method");
329 }
330
331
332 /**

Callers 1

print_logger_settingsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected