Deployment Tools Foundation
Log Method (msg)
Writes a message to the log, if logging is enabled.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Log( string msg )
Public Sub Log ( msg As String )
public: void Log( String^ msg )
Parameters
- msg (String)
- The line to be written to the log
Remarks
Win32 MSI API: MsiProcessMessage
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)