MCPcopy Create free account
hub / github.com/WheretIB/nullc / LogStrAndInfo

Function LogStrAndInfo

Colorer.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected