Function LogTag.logf

add a formatted log entry with this tag

void logf(Args...) (
  in Severity sev,
  in string fmt,
  Args args
) const;