Deployment Tools Foundation
Log Method (msg)
Writes a message to the log, if logging is enabled.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Log( string msg )
Public Sub Log ( msg As String )
public: void Log( String^ msg )
member Log : msg : string -> unit
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.11.1.2318)