procedure Log(const S: String);
Logs the specified string in Setup's or Uninstall's log file and/or in the Compiler IDE's "Debug Output" view.
Calls to this function are ignored if logging is not enabled (via the /LOG command line parameter or the SetupLogging [Setup] section directive or the UninstallLogging [Setup] section directive or debugging from the Compiler IDE).