Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ Debug
Method
Debug
src/platform/linux/log.cpp:117–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void Log::Debug(const char* fmt, ...)
118
{
119
va_list args;
120
va_start(args, fmt);
121
LogWrite(
"DBG "
, fmt, args);
122
va_end(args);
123
}
Callers
nothing calls this directly
Calls
1
LogWrite
Function · 0.85
Tested by
no test coverage detected