MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / debug

Method debug

extlibs/spdlog/include/spdlog/logger.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 template<typename... Args>
108 void debug(string_view_t fmt, const Args &... args)
109 {
110 log(level::debug, fmt, args...);
111 }
112
113 template<typename... Args>
114 void info(string_view_t fmt, const Args &... args)

Callers 15

InitEngineFunction · 0.80
operator()Method · 0.80
initializeMethod · 0.80
~GameObjectMethod · 0.80
sendInitArgFromLuaMethod · 0.80
loadGameObjectMethod · 0.80
deleteObjectMethod · 0.80
PluginMethod · 0.80
InputButtonMonitorMethod · 0.80
~InputButtonMonitorMethod · 0.80
configureMethod · 0.80
InputManager.cppFile · 0.80

Calls 1

logFunction · 0.85

Tested by

no test coverage detected