Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Debug.h File Reference
#include <stdio.h>
Include dependency graph for Debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WARNING(string,...)   printf( "WARNING : %s:%d [%s] : " string , __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
 Warning macro. More...
 
#define ERROR(string,...)   printf( "ERROR : %s:%d [%s] : " string , __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
 Error macro. More...
 
#define MALP(string,...)   printf( "<## MALP INFO ##> :" string , __VA_ARGS__);
 Malp information macro. More...
 
#define PERROR(string)
 PERROR macro. More...
 
#define DEBUG(string,...)   printf( "DEBUG : %s:%d [%s] : " string , __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
 Debug macro. More...