2018-03-07 08:57:04 +01:00
|
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
#include "dbg.h"
|
|
|
|
#include "format.h"
|
|
|
|
|
2018-03-09 07:44:17 +01:00
|
|
|
|
|
|
|
|
2018-03-18 21:48:34 +01:00
|
|
|
const char *get_dbg_color_ontext(int level);
|
2018-03-09 07:44:17 +01:00
|
|
|
|
2018-03-07 08:57:04 +01:00
|
|
|
/**
|
|
|
|
* print debug info for message elements
|
|
|
|
*/
|
|
|
|
|