RAWLOG
RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \
RAWLOG(3, ": " __VA_ARGS__); \
RAWLOG(3, "\n"); \
RAWLOG(3, "%s:%d: ERROR!: unconditional check failed, returning %s", \
RAWLOG(3, ": " __VA_ARGS__); \
RAWLOG(3, "\n"); \
RAWLOG(3, "%s:%d: ERROR!: forwarding error in %s: %s", \
RAWLOG(3, ": " __VA_ARGS__); \
RAWLOG(3, "\n"); \
RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]);
RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog);
RAWLOG(6, " %u", arr[u]); (void)arr;
RAWLOG(6, " \n");
RAWLOG(6, " %zu", HUF_getNbBits(ctable[u])); (void)ctable;
RAWLOG(6, " \n");
RAWLOG(6, " %u", hnode[u].byte); (void)hnode;
RAWLOG(6, " \n");
RAWLOG(6, " %u", hnode[u].nbBits); (void)hnode;
RAWLOG(6, " \n");
RAWLOG(5, " %02X", ip[u]); (void)ip;
RAWLOG(5, " \n");
RAWLOG(2, "%4i,", table[enb]);
RAWLOG(2, " \n");