Function Logger.dbg

See dtext.log.Logger : Logger.dbg

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