Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ debug
Method
debug
GPCS4/Graphics/Violet/VltLog.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void Logger::debug(const std::string& message)
23
{
24
LOG_DEBUG(message.c_str());
25
}
26
27
void Logger::info(const std::string& message)
28
{
Callers
2
print
Method · 0.80
debug
Function · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected