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

Method logError

source/RenderGraph/Log.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void Logger::logError( std::string_view message, bool newLine )noexcept
59 {
60 doGetInstance().m_error( message, newLine );
61 }
62
63 void Logger::setTraceCallback( LogCallback callback )
64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected