iCub-main
Macros
log.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG(...)   fprintf(stdout,__VA_ARGS__)
 
#define LOG_ERROR(...)   fprintf(stderr,__VA_ARGS__)
 

Macro Definition Documentation

◆ LOG

#define LOG (   ...)    fprintf(stdout,__VA_ARGS__)

Definition at line 7 of file log.h.

◆ LOG_ERROR

#define LOG_ERROR (   ...)    fprintf(stderr,__VA_ARGS__)

Definition at line 13 of file log.h.