Function debugf
add a log entry with debug severity
void debugf(Args...)
(
in string tag,
in string fmt,
Args args
);
void debugf(Args...)
(
in uint mask,
in string tag,
in string fmt,
Args args
);