|
AGX Dynamics 2.42.2.1
|
Go to the source code of this file.
Classes | |
| class | agx::Logger |
| Logger is a class for writing information, debug info, warnings but also throwing exceptions in a stream-alike way. More... | |
Namespaces | |
| namespace | agx |
| The agx namespace contains the dynamics/math part of the AGX Dynamics API. | |
Macros | |
| #define | g_LogMgr agx::Logger::instance() |
| #define | LOGGER() agx::Logger::instance()->getNotify() |
| #define | LOGGER_DEBUG() LOGGER() << LOGGER().NOTIFY_DEBUG() |
| #define | LOGGER_END() LOGGER().NOTIFY_END() |
| #define | LOGGER_ENDL() std::endl << LOGGER().NOTIFY_END() |
| #define | LOGGER_ERROR() LOGGER() << LOGGER().NOTIFY_ERROR() |
| #define | LOGGER_ERROR_IF_FALSE(Y) NOTIFY_ERROR_IF_FALSE(LOGGER(), Y) |
| #define | LOGGER_ERROR_IF_FALSE(Y) NOTIFY_ERROR_IF_FALSE(LOGGER(), Y) |
| #define | LOGGER_ERROR_IF_nullptr(Y) NOTIFY_ERROR_IF_nullptr(LOGGER(), Y) |
| #define | LOGGER_ERROR_IF_TRUE(Y) NOTIFY_ERROR_IF_TRUE(LOGGER(), Y) |
| #define | LOGGER_ERROR_IF_TRUE(Y) NOTIFY_ERROR_IF_TRUE(LOGGER(), Y) |
| #define | LOGGER_INFO() LOGGER() << LOGGER().NOTIFY_INFO() |
| #define | LOGGER_STATE(X) LOGGER().NOTIFY_STATE(X) |
| #define | LOGGER_WARNING() LOGGER() << LOGGER().NOTIFY_WARNING() |
| #define | LOGGER_WARNING_IF_nullptr(Y) NOTIFY_ERROR_IF_nullptr(LOGGER(), Y) |
Typedefs | |
| typedef ref_ptr< Logger > | agx::LoggerRef |
| #define g_LogMgr agx::Logger::instance() |
| #define LOGGER | ( | ) | agx::Logger::instance()->getNotify() |
| #define LOGGER_DEBUG | ( | ) | LOGGER() << LOGGER().NOTIFY_DEBUG() |
| #define LOGGER_END | ( | ) | LOGGER().NOTIFY_END() |
| #define LOGGER_ENDL | ( | ) | std::endl << LOGGER().NOTIFY_END() |
| #define LOGGER_ERROR | ( | ) | LOGGER() << LOGGER().NOTIFY_ERROR() |
| #define LOGGER_ERROR_IF_FALSE | ( | Y | ) | NOTIFY_ERROR_IF_FALSE(LOGGER(), Y) |
| #define LOGGER_ERROR_IF_FALSE | ( | Y | ) | NOTIFY_ERROR_IF_FALSE(LOGGER(), Y) |
| #define LOGGER_ERROR_IF_nullptr | ( | Y | ) | NOTIFY_ERROR_IF_nullptr(LOGGER(), Y) |
| #define LOGGER_ERROR_IF_TRUE | ( | Y | ) | NOTIFY_ERROR_IF_TRUE(LOGGER(), Y) |
| #define LOGGER_ERROR_IF_TRUE | ( | Y | ) | NOTIFY_ERROR_IF_TRUE(LOGGER(), Y) |
| #define LOGGER_INFO | ( | ) | LOGGER() << LOGGER().NOTIFY_INFO() |
| #define LOGGER_STATE | ( | X | ) | LOGGER().NOTIFY_STATE(X) |
| #define LOGGER_WARNING | ( | ) | LOGGER() << LOGGER().NOTIFY_WARNING() |
| #define LOGGER_WARNING_IF_nullptr | ( | Y | ) | NOTIFY_ERROR_IF_nullptr(LOGGER(), Y) |