AsyncTelegram2
|
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | log_debug(format, ...) |
#define | log_warning(args) |
#define | log_info(x) |
#define | log_error(x) |
#define | debugJson(X, Y) |
#define | errorJson(E) |
#define debugJson | ( | X, | |
Y | |||
) |
Definition at line 49 of file serial_log.h.
#define errorJson | ( | E | ) |
Definition at line 50 of file serial_log.h.
#define log_debug | ( | format, | |
... | |||
) |
Definition at line 44 of file serial_log.h.
#define log_error | ( | x | ) |
Definition at line 47 of file serial_log.h.
#define log_info | ( | x | ) |
Definition at line 46 of file serial_log.h.
#define log_warning | ( | args | ) |
Definition at line 45 of file serial_log.h.