Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ LogError
Function
LogError
Source/Common/Debug.cpp:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
void LogError(const std::string& msg) {
184
SharedLogger.log(spdlog::level::err, msg);
185
}
186
187
void LogThreaded(const std::string& level, const std::string& msg) {
188
switch (Switch::hash(level)) {
Callers
4
start
Method · 0.85
mainLogic
Method · 0.85
Database.cpp
File · 0.85
run
Method · 0.85
Calls
1
log
Method · 0.65
Tested by
1
run
Method · 0.68