Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ log
Function
log
Source/GameToolbox/log.h:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
{
24
template <typename... T>
25
void log(fmt::format_string<T...> fmt, T&&... args) {
26
return fmt::print(
"{}\n"
, fmt::format(fmt, std::forward<T>(args)...));
27
}
28
}
Callers
15
init
Method · 0.85
init
Method · 0.85
onKeyPressed
Method · 0.85
onKeyReleased
Method · 0.85
init
Method · 0.85
onHttpRequestCompleted
Method · 0.85
onHttpRequestCompleted
Method · 0.85
sendHttpRequest
Method · 0.85
init
Method · 0.85
onHttpRequestCompleted
Method · 0.85
applicationDidFinishLaunching
Method · 0.85
init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected