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