MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / LogInfo

Function LogInfo

Source/Common/Debug.cpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void LogInfo(const std::string& msg) {
180 SharedLogger.log(spdlog::level::info, msg);
181}
182
183void LogError(const std::string& msg) {
184 SharedLogger.log(spdlog::level::err, msg);

Callers 2

destroyFunction · 0.85
tolua_stack_dumpFunction · 0.85

Calls 1

logMethod · 0.65

Tested by

no test coverage detected