#include <iostream>Include dependency graph for LogManager.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | random_utils |
Classes | |
| class | random_utils::LogManager |
Defines | |
| #define | rErr(x) random_utils::LogManager::error(__FILE__, x); |
| #define | rWrn(x) random_utils::LogManager::warning(__FILE__, x); |
| #define | rDbg(x) random_utils::LogManager::debug(__FILE__, x); |
| #define rDbg | ( | x | ) | random_utils::LogManager::debug(__FILE__, x); |
Definition at line 35 of file LogManager.h.
| #define rErr | ( | x | ) | random_utils::LogManager::error(__FILE__, x); |
Definition at line 33 of file LogManager.h.
Referenced by vrsode::CollisionBody::CollisionBody(), vrsode::NearCallback(), and vrsode::CollisionBody::setupTransformationNodes().
| #define rWrn | ( | x | ) | random_utils::LogManager::warning(__FILE__, x); |
Definition at line 34 of file LogManager.h.
Referenced by vrsode::PhysicsJointBall::setCFM(), vrsode::PhysicsJointBall::setHighStop(), vrsode::PhysicsJointBall::setLowStop(), vrsode::PhysicsJointBall::setMotorMaxForce(), vrsode::PhysicsJointBall::setMotorVelocity(), and vrsode::PhysicsJointBall::setStopBounce().
1.5.1