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

Method log

test/BaseTest.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 struct InfoLogStreambufTraits
132 {
133 static void log( std::ostream & stream
134 , std::string const & text )
135 {
136 stream << text << std::endl;
137 fmt::print( "{}\n", text );
138 }
139
140 static void logNoNL( std::ostream & stream
141 , std::string const & text )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected