MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / addStreamDestination

Method addStreamDestination

testbed/src/TestbedLogger.cpp:98–101  ·  view source on GitHub ↗

Add a stream destination to the logger

Source from the content-addressed store, hash-verified

96
97// Add a stream destination to the logger
98void TestbedLogger::addStreamDestination(std::ostream& outputStream, reactphysics3d::uint logLevelFlag, reactphysics3d::DefaultLogger::Format format) {
99
100 mStandardOutputDestination = new reactphysics3d::DefaultLogger::StreamDestination(outputStream, logLevelFlag, getFormatter(format));
101}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected