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