YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
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(...)   yDebug(__VA_ARGS__)
 
#define LOG_ERROR(...)   yError(__VA_ARGS__)
 
#define LOG_INFO(...)   yInfo(__VA_ARGS__)
 

Macro Definition Documentation

◆ LOG

#define LOG (   ...)    yDebug(__VA_ARGS__)

Definition at line 13 of file log.h.

◆ LOG_ERROR

#define LOG_ERROR (   ...)    yError(__VA_ARGS__)

Definition at line 19 of file log.h.

◆ LOG_INFO

#define LOG_INFO (   ...)    yInfo(__VA_ARGS__)

Definition at line 25 of file log.h.