ProjectNode.SetOutputLogger Method

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

Remarks

By default creates an IDEBuildLogger and sets the verbosity level to that specified in the registry.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace