Creates a build logger and sets its output window to the supplied window.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Sub SetOutputLogger ( _
output As IVsOutputWindowPane _
)
'使用
Dim output As IVsOutputWindowPane
Me.SetOutputLogger(output)
protected virtual void SetOutputLogger(
IVsOutputWindowPane output
)
protected:
virtual void SetOutputLogger(
IVsOutputWindowPane^ output
)
protected function SetOutputLogger(
output : IVsOutputWindowPane
)
Parameters
output
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPaneThe window to which the logger will direct its output.
Remarks
By default creates an IDEBuildLogger and sets the verbosity level to that specified in the registry.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.