* Retrieve which logging method is used by the log service */
| 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 | /** |
no outgoing calls
no test coverage detected