Macros
console_bridge_compatibility.hpp File Reference
#include <console_bridge/console.h>
Include dependency graph for console_bridge_compatibility.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CONSOLE_BRIDGE_logDebug(fmt, ...)
 
#define CONSOLE_BRIDGE_logError(fmt, ...)
 
#define CONSOLE_BRIDGE_logInform(fmt, ...)
 
#define CONSOLE_BRIDGE_logWarn(fmt, ...)
 

Macro Definition Documentation

#define CONSOLE_BRIDGE_logDebug (   fmt,
  ... 
)
Value:
console_bridge::log( \
__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_DEBUG, fmt, ##__VA_ARGS__)

Definition at line 54 of file console_bridge_compatibility.hpp.

#define CONSOLE_BRIDGE_logError (   fmt,
  ... 
)
Value:
console_bridge::log( \
__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_ERROR, fmt, ##__VA_ARGS__)

Definition at line 36 of file console_bridge_compatibility.hpp.

#define CONSOLE_BRIDGE_logInform (   fmt,
  ... 
)
Value:
console_bridge::log( \
__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_INFO, fmt, ##__VA_ARGS__)

Definition at line 48 of file console_bridge_compatibility.hpp.

#define CONSOLE_BRIDGE_logWarn (   fmt,
  ... 
)
Value:
console_bridge::log( \
__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_WARN, fmt, ##__VA_ARGS__)

Definition at line 42 of file console_bridge_compatibility.hpp.



class_loader
Author(s): Mirza Shah
autogenerated on Wed Jun 5 2019 22:08:15