| 246 | } |
| 247 | |
| 248 | void tryLogWarningCurrentException(const char * log_name, const std::string & start_of_message) |
| 249 | { |
| 250 | tryLogWarningCurrentException(&Poco::Logger::get(log_name), start_of_message); |
| 251 | } |
| 252 | |
| 253 | void tryLogWarningCurrentException(Poco::Logger * logger, const std::string & start_of_message) |
| 254 | { |
no test coverage detected