Function Logger.trace

See dtext.log.Logger : Logger.trace

void trace(Args...) (
  in char[] fmt,
  Args args,
  string func = __FUNCTION__
);