Go to the documentation of this file. 30 #ifndef CLASS_LOADER__CONSOLE_BRIDGE_COMPATIBILITY_HPP_ 31 #define CLASS_LOADER__CONSOLE_BRIDGE_COMPATIBILITY_HPP_ 33 #include <console_bridge/console.h> 35 #ifndef CONSOLE_BRIDGE_logError 36 #define CONSOLE_BRIDGE_logError(fmt, ...) \ 37 console_bridge::log(__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_ERROR, fmt, ##__VA_ARGS__) 40 #ifndef CONSOLE_BRIDGE_logWarn 41 #define CONSOLE_BRIDGE_logWarn(fmt, ...) \ 42 console_bridge::log(__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_WARN, fmt, ##__VA_ARGS__) 45 #ifndef CONSOLE_BRIDGE_logInform 46 #define CONSOLE_BRIDGE_logInform(fmt, ...) \ 47 console_bridge::log(__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_INFO, fmt, ##__VA_ARGS__) 50 #ifndef CONSOLE_BRIDGE_logDebug 51 #define CONSOLE_BRIDGE_logDebug(fmt, ...) \ 52 console_bridge::log(__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_DEBUG, fmt, ##__VA_ARGS__) 55 #endif // CLASS_LOADER__CONSOLE_BRIDGE_COMPATIBILITY_HPP_
geometric_shapes
Author(s): Ioan Sucan
, Gil Jones
autogenerated on Mon Jun 10 2019 13:22:04