MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / ~TestbedLogger

Method ~TestbedLogger

testbed/src/TestbedLogger.cpp:44–52  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

42
43// Destructor
44TestbedLogger::~TestbedLogger() {
45
46 // Delete all the destinations
47 for (auto& item: mMapWorldToDestinations) {
48 delete item.second;
49 }
50
51 delete mStandardOutputDestination;
52}
53
54// Log something
55void TestbedLogger::log(Level level, const std::string& physicsWorldName, Category category, const std::string& message, const char* filename, int lineNumber) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected