* Retrieve the configuration/state file openvpn-service-logger is * configured to use. */
| 315 | * configured to use. |
| 316 | */ |
| 317 | const std::string GetConfigFile() const |
| 318 | { |
| 319 | return logservice->GetProperty<std::string>(logtarget, "config_file"); |
| 320 | } |
| 321 | |
| 322 | |
| 323 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected