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

Method getLogger

include/reactphysics3d/engine/PhysicsCommon.h:271–273  ·  view source on GitHub ↗

Return the current logger * @return A pointer to the current logger */

Source from the content-addressed store, hash-verified

269 * @return A pointer to the current logger
270 */
271RP3D_FORCE_INLINE Logger* PhysicsCommon::getLogger() {
272 return mLogger;
273}
274
275// Set the logger
276/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected