MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / logDebug

Method logDebug

source/RenderGraph/Log.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void Logger::logDebug( std::string_view message, bool newLine )noexcept
44 {
45 doGetInstance().m_debug( message, newLine );
46 }
47
48 void Logger::logInfo( std::string_view message, bool newLine )noexcept
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected