Go to the source code of this file.
◆ NDNPH_LOG_LINE
| #define NDNPH_LOG_LINE |
( |
|
category, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| NDNPH_LOG_MSG(category, fmt "\n", ##__VA_ARGS__) |
Log a message with "\n".
- See also
- NDNPH_LOG_MSG
◆ NDNPH_LOG_MSG
Log a message without "\n".
- Parameters
-
| category | message category. It may contain format specifiers for variables after fmt . |
| fmt | format string. |
◆ NDNPH_LOG_NOWFMT
| #define NDNPH_LOG_NOWFMT "%lu" |
◆ NDNPH_LOG_NOWVAR
| #define NDNPH_LOG_NOWVAR millis() |
◆ NDNPH_LOG_PRINTF
| #define NDNPH_LOG_PRINTF |
( |
|
... | ) |
Serial.printf(__VA_ARGS__) |