MAVConn console-bridge compatibility header. More...
#include <console_bridge/console.h>
Go to the source code of this file.
Macros | |
#define | CONSOLE_BRIDGE_logDebug(fmt, ...) console_bridge::log(__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_DEBUG, fmt, ##__VA_ARGS__) |
#define | CONSOLE_BRIDGE_logError(fmt, ...) console_bridge::log(__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_ERROR, fmt, ##__VA_ARGS__) |
#define | CONSOLE_BRIDGE_logInform(fmt, ...) console_bridge::log(__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_INFO, fmt, ##__VA_ARGS__) |
#define | CONSOLE_BRIDGE_logWarn(fmt, ...) console_bridge::log(__FILE__, __LINE__, console_bridge::CONSOLE_BRIDGE_LOG_WARN, fmt, ##__VA_ARGS__) |
MAVConn console-bridge compatibility header.
Definition in file console_bridge_compat.h.