Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
void LogInfo(const std::string& msg) {
180
SharedLogger.log(spdlog::level::info, msg);
181
}
182
183
void LogError(const std::string& msg) {
184
SharedLogger.log(spdlog::level::err, msg);
Callers
2
destroy
Function · 0.85
tolua_stack_dump
Function · 0.85
Calls
1
log
Method · 0.65
Tested by
no test coverage detected