Return the current logger * @return A pointer to the current logger */
| 269 | * @return A pointer to the current logger |
| 270 | */ |
| 271 | RP3D_FORCE_INLINE Logger* PhysicsCommon::getLogger() { |
| 272 | return mLogger; |
| 273 | } |
| 274 | |
| 275 | // Set the logger |
| 276 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected