| 34 | } |
| 35 | |
| 36 | void PrintExceptionContinue(const std::exception* pex, std::string_view thread_name) |
| 37 | { |
| 38 | std::string message = FormatException(pex, thread_name); |
| 39 | LogWarning("\n\n************************\n%s", message); |
| 40 | tfm::format(std::cerr, "\n\n************************\n%s\n", message); |
| 41 | } |
no test coverage detected