Multi-ApplicationOnlineProfiling
2.1
|
#include <stdio.h>
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... | |