MCPcopy 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

printMethod · 0.80
debugFunction · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected