RegistrationAttribute::RegistrationContext::Log Property
Visual Studio 2015
Gets a TextWriter object that can be used to log events during registration.
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Text sent to the TextWriter object is presented directly to the user. If possible, the text should be localized.
Registration tools can use this information in different ways. CreatePkgDef displays this information on the command line, while the Windows Installer can choose to save it in the installation log.
Show: