IVsUpgradeLogger2.ChangeUpgradeLogPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes the absolute path and file name of the upgrade log file after the upgrade logger has been initialized.
public:
void ChangeUpgradeLogPath(System::String ^ lpszNewLogFileName);
public:
void ChangeUpgradeLogPath(Platform::String ^ lpszNewLogFileName);
void ChangeUpgradeLogPath(std::wstring const & lpszNewLogFileName);
public void ChangeUpgradeLogPath (string lpszNewLogFileName);
abstract member ChangeUpgradeLogPath : string -> unit
Public Sub ChangeUpgradeLogPath (lpszNewLogFileName As String)
Parameters
- lpszNewLogFileName
- String
[in] The new absolute path and file name of the upgrade log file.