Function tracef

add a log entry with trace severity

void tracef(Args...) (
  in string tag,
  in string fmt,
  Args args
);

void tracef(Args...) (
  in uint mask,
  in string tag,
  in string fmt,
  Args args
);