_dlog
_dlog(which, "%*.*s" fmt, (int)tab, (int)tab, "", ## __VA_ARGS__)
_dlog(which, fmt, ## __VA_ARGS__)
void _dlog(int which, const char *fmt, ...);