|
console_bridge
|
Macros | |
| #define | logError(FORMAT, ARGS...) |
| Log a formatted error string. More... | |
| #define | logWarn(FORMAT, ARGS...) |
| Log a formatted warning string. More... | |
| #define | logInform(FORMAT, ARGS...) |
| Log a formatted information string. More... | |
| #define | logDebug(FORMAT, ARGS...) |
| Log a formatted debugging string. More... | |
| #define logDebug | ( | FORMAT, | |
| ARGS... | |||
| ) |
Log a formatted debugging string.
| #define logError | ( | FORMAT, | |
| ARGS... | |||
| ) |
Log a formatted error string.
| #define logInform | ( | FORMAT, | |
| ARGS... | |||
| ) |
Log a formatted information string.
| #define logWarn | ( | FORMAT, | |
| ARGS... | |||
| ) |
Log a formatted warning string.
1.8.13