AsyncTelegram2
Loading...
Searching...
No Matches
Macros
serial_log.h File Reference
#include <stdio.h>
#include <string.h>
Include dependency graph for serial_log.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ debugJson

#define debugJson (   X,
 
)

Definition at line 49 of file serial_log.h.

◆ errorJson

#define errorJson (   E)

Definition at line 50 of file serial_log.h.

◆ log_debug

#define log_debug (   format,
  ... 
)

Definition at line 44 of file serial_log.h.

◆ log_error

#define log_error (   x)

Definition at line 47 of file serial_log.h.

◆ log_info

#define log_info (   x)

Definition at line 46 of file serial_log.h.

◆ log_warning

#define log_warning (   args)

Definition at line 45 of file serial_log.h.