LogMessage Method (format, args)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation LogMessage Method (format, args)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackagePatchPackageLogMessage(String, array<Object>[]()[][])
Sends a message to the Message event-handler.
Declaration Syntax
C# Visual Basic Visual C++
protected void LogMessage(
	string format,
	params Object[] args
)
Protected Sub LogMessage ( 
	format As String,
	ParamArray args As Object()
)
protected:
void LogMessage(
	String^ format, 
	... array<Object^>^ args
)
Parameters
format (String)
Message string, containing 0 or more format items
args (array<Object>[]()[][])
Items to be formatted

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)