Log Method (msg)

Microsoft Deployment Tools

Deployment Tools Foundation Log Method (msg)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSessionLog(String)
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) Version: 3.0.0.0 (3.5.1623.0)