Helper Reference Manual
1.7.1
|
Helper debug. More...
#include <odp/helper/autoheader_external.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | ODPH_LOG(level, fmt, ...) |
Output a log with file, line and function information. More... | |
#define | ODPH_ASSERT(cond) |
Runtime assertion macro. More... | |
#define | ODPH_DBG(...) |
Debug log macro. More... | |
#define | ODPH_ERR(...) |
Error log macro. More... | |
#define | ODPH_ABORT(...) |
Abort macro. More... | |
Typedefs | |
typedef enum odph_log_level | odph_log_level_e |
Log level. | |
Enumerations | |
enum | odph_log_level { ODPH_LOG_DBG , ODPH_LOG_ERR , ODPH_LOG_ABORT } |
Log level. | |
Helper debug.
Definition in file debug.h.