|
Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Go to the source code of this file.
Macros | |
| #define | _log(level, addNewLine, fmt, ...) |
| Only to be directly included in cs_Logger.h. More... | |
| #define | _logArray(level, addNewLine, pointer, size, ...) |
| #define _log | ( | level, | |
| addNewLine, | |||
| fmt, | |||
| ... | |||
| ) |
Only to be directly included in cs_Logger.h.
This implementation of _log/_logArray just swallows its arguments.
| #define _logArray | ( | level, | |
| addNewLine, | |||
| pointer, | |||
| size, | |||
| ... | |||
| ) |