LogMessage Method (format, args)

DTF API

Copy image CopyHover image
Deployment Tools Foundation LogMessage Method (format, args)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPackageLogMessage(String, array<Object>[]()[][])
Sends a message to the Message event-handler.
Declaration Syntax
C# Visual Basic Visual C++ F#
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
)
member LogMessage : 
        format : string * 
        args : Object[] -> unit 
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.11.1.2318)