#include <console_bridge/console.h>

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, ...) |
| #define CONSOLE_BRIDGE_logDebug | ( | fmt, | |
| ... | |||
| ) |
Definition at line 54 of file console_bridge_compatibility.hpp.
| #define CONSOLE_BRIDGE_logError | ( | fmt, | |
| ... | |||
| ) |
Definition at line 36 of file console_bridge_compatibility.hpp.
| #define CONSOLE_BRIDGE_logInform | ( | fmt, | |
| ... | |||
| ) |
Definition at line 48 of file console_bridge_compatibility.hpp.
| #define CONSOLE_BRIDGE_logWarn | ( | fmt, | |
| ... | |||
| ) |
Definition at line 42 of file console_bridge_compatibility.hpp.