#include <stdarg.h>#include <stdio.h>

Go to the source code of this file.
Defines | |
| #define | DBG(format, args...) |
| #define | ERR(format, args...) |
| #define | DBG_ASSERT(test) |
| #define | DBG_ENTRY |
| #define | DBG_EXIT |
| #define DBG | ( | format, | |||
| args... | ) |
Definition at line 24 of file settings/test/logging.h.
| #define DBG_ASSERT | ( | test | ) |
Definition at line 41 of file settings/test/logging.h.
| #define DBG_ENTRY |
Definition at line 55 of file settings/test/logging.h.
| #define DBG_EXIT |
Definition at line 56 of file settings/test/logging.h.
| #define ERR | ( | format, | |||
| args... | ) |
Definition at line 25 of file settings/test/logging.h.
1.6.2-20100208