|
Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <logging/impl/cs_LogUtils.h>

Go to the source code of this file.
Macros | |
| #define | _FILE (sizeof(__FILE__) > 30 ? __FILE__ + (sizeof(__FILE__) - 30 - 1) : __FILE__) |
| #define | _log(level, addNewLine, fmt, ...) |
| #define | _logArray(level, addNewLine, pointer, size, ...) |
Functions | |
| void | cs_log_printf (const char *str,...) |
Variables | |
| static bool | _logPrefixPlainText = true |
| #define _FILE (sizeof(__FILE__) > 30 ? __FILE__ + (sizeof(__FILE__) - 30 - 1) : __FILE__) |
| #define _log | ( | level, | |
| addNewLine, | |||
| fmt, | |||
| ... | |||
| ) |
| #define _logArray | ( | level, | |
| addNewLine, | |||
| pointer, | |||
| size, | |||
| ... | |||
| ) |
| void cs_log_printf | ( | const char * | str, |
| ... | |||
| ) |
|
static |