Add a stream destination to the logger
| 96 | |
| 97 | // Add a stream destination to the logger |
| 98 | void TestbedLogger::addStreamDestination(std::ostream& outputStream, reactphysics3d::uint logLevelFlag, reactphysics3d::DefaultLogger::Format format) { |
| 99 | |
| 100 | mStandardOutputDestination = new reactphysics3d::DefaultLogger::StreamDestination(outputStream, logLevelFlag, getFormatter(format)); |
| 101 | } |
nothing calls this directly
no outgoing calls
no test coverage detected