TVSetting HAL 0.2.0
 
Loading...
Searching...
No Matches
Collaboration diagram for TV Log Header:

Macros

#define ERROR(text, ...)
 
#define INFO(text, ...)
 
#define DEBUG(text, ...)
 

Detailed Description

Macro Definition Documentation

◆ DEBUG

#define DEBUG ( text,
... )

◆ ERROR

#define ERROR ( text,
... )
Value:
do {\
printf("%s[%d] - %s: " text, __FUNCTION__, __LINE__, "ERROR", ##__VA_ARGS__);}while(0);

◆ INFO

#define INFO ( text,
... )
Value:
do {\
printf("%s[%d] - %s: " text, __FUNCTION__, __LINE__, "INFO", ##__VA_ARGS__);}while(0);