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( \ 38 __FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_ERROR, fmt, ##__VA_ARGS__) 41 #ifndef CONSOLE_BRIDGE_logWarn 42 # define CONSOLE_BRIDGE_logWarn(fmt, ...) \ 43 console_bridge::log( \ 44 __FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_WARN, fmt, ##__VA_ARGS__) 47 #ifndef CONSOLE_BRIDGE_logInform 48 # define CONSOLE_BRIDGE_logInform(fmt, ...) \ 49 console_bridge::log( \ 50 __FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_INFO, fmt, ##__VA_ARGS__) 53 #ifndef CONSOLE_BRIDGE_logDebug 54 # define CONSOLE_BRIDGE_logDebug(fmt, ...) \ 55 console_bridge::log( \ 56 __FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_DEBUG, fmt, ##__VA_ARGS__) 59 #endif // CLASS_LOADER__CONSOLE_BRIDGE_COMPATIBILITY_HPP_
class_loader
Author(s): Mirza Shah
autogenerated on Wed Jun 5 2019 22:08:15