Deployment Tools Foundation
Log Method (format, args)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Session ► Log(String, array<Object>[]()[][])
Writes a formatted message to the log, if logging is enabled.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Log( string format, params Object[] args )
Public Sub Log ( format As String, ParamArray args As Object() )
public: void Log( String^ format, ... array<Object^>^ args )
Remarks
Win32 MSI API: MsiProcessMessage
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)