MCPcopy 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

initMethod · 0.85
initMethod · 0.85
onKeyPressedMethod · 0.85
onKeyReleasedMethod · 0.85
initMethod · 0.85
sendHttpRequestMethod · 0.85
initMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected