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