Go to the documentation of this file.00001 #ifndef CLASS_LOADER__CONSOLE_BRIDGE_COMPATIBILITY_H
00002 #define CLASS_LOADER__CONSOLE_BRIDGE_COMPATIBILITY_H
00003
00004 #include <console_bridge/console.h>
00005
00006 #ifndef CONSOLE_BRIDGE_logError
00007 #define CONSOLE_BRIDGE_logError logError
00008 #endif
00009
00010 #ifndef CONSOLE_BRIDGE_logWarn
00011 #define CONSOLE_BRIDGE_logWarn logWarn
00012 #endif
00013
00014 #ifndef CONSOLE_BRIDGE_logDebug
00015 #define CONSOLE_BRIDGE_logDebug logDebug
00016 #endif
00017
00018 #ifndef CONSOLE_BRIDGE_logInform
00019 #define CONSOLE_BRIDGE_logInform logInform
00020 #endif
00021
00022 #endif // CLASS_LOADER__CONSOLE_BRIDGE_COMPATIBILITY_H