| 342 | } |
| 343 | |
| 344 | void LogStrAndInfo(char const* s, char const* e) |
| 345 | { |
| 346 | logStream << logStr << " " << std::string(s, e) << "\r\n"; |
| 347 | } |
| 348 | void LogStr(char const* s, char const* e) |
| 349 | { |
| 350 | (void)s; (void)e; // C4100 |
nothing calls this directly
no outgoing calls
no test coverage detected