Defines | |
#define | TRACE_LEVEL_NONE 4 |
NONE: No statement printed ever, use to disable trace. | |
#define | TRACE_LEVEL_ERROR 3 |
ERROR: Error Level. | |
#define | TRACE_LEVEL_WARN 2 |
WARN: Warning level. | |
#define | TRACE_LEVEL_INFO 1 |
INFO: Info level. | |
#define | TRACE_LEVEL_DEBUG 0 |
DEBUG: Debug level. | |
#define | TRACE_LEVEL_DEFAULT TRACE_LEVEL_INFO |
Default trace level. |
Trace levels must go in order from least important = 0 to most important for the comparisons to work. Do not add new trace levels without adjusting the array of trace level names too!
#define TRACE_LEVEL TRACE_LEVEL_DEBUG #include "fip.h"
extern unsigned char globalTraceLevel; #define TRACE_LEVEL globalTraceLevel #include "fip.h"