MCPcopy 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
183void LogError(const std::string& msg) {
184 SharedLogger.log(spdlog::level::err, msg);
185}
186
187void LogThreaded(const std::string& level, const std::string& msg) {
188 switch (Switch::hash(level)) {

Callers 4

startMethod · 0.85
mainLogicMethod · 0.85
Database.cppFile · 0.85
runMethod · 0.85

Calls 1

logMethod · 0.65

Tested by 1

runMethod · 0.68