Go to the documentation of this file. 30 #ifndef ROSBAG__CONSOLE_BRIDGE_COMPATIBILITY_H_ 31 #define ROSBAG__CONSOLE_BRIDGE_COMPATIBILITY_H_ 33 #include <console_bridge/console.h> 38 #ifndef CONSOLE_BRIDGE_logError 39 # define CONSOLE_BRIDGE_logError(fmt, ...) \ 40 console_bridge::log( \ 41 __FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_ERROR, fmt, ##__VA_ARGS__) 44 #ifndef CONSOLE_BRIDGE_logWarn 45 # define CONSOLE_BRIDGE_logWarn(fmt, ...) \ 46 console_bridge::log( \ 47 __FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_WARN, fmt, ##__VA_ARGS__) 50 #ifndef CONSOLE_BRIDGE_logInform 51 # define CONSOLE_BRIDGE_logInform(fmt, ...) \ 52 console_bridge::log( \ 53 __FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_INFO, fmt, ##__VA_ARGS__) 56 #ifndef CONSOLE_BRIDGE_logDebug 57 # define CONSOLE_BRIDGE_logDebug(fmt, ...) \ 58 console_bridge::log( \ 59 __FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_DEBUG, fmt, ##__VA_ARGS__) 62 #endif // ROSBAG__CONSOLE_BRIDGE_COMPATIBILITY_H_
rosbag_storage
Author(s): Dirk Thomas
autogenerated on Mon Nov 2 2020 03:52:19