Function LogTag.log

add a log entry with this tag

void log (
  in const(Severity) sev,
  scope lazy string msg
) const;