Gets or sets a custom build logger.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Property BuildLogger As Logger
'使用
Dim value As Logger
value = Me.BuildLogger
Me.BuildLogger = value
protected Logger BuildLogger { get; set; }
protected:
property Logger^ BuildLogger {
Logger^ get ();
void set (Logger^ value);
}
protected function get BuildLogger () : Logger
protected function set BuildLogger (value : Logger)
Property Value
Type: Microsoft.Build.Utilities.Logger
Returns a non-MSBuild build logger. A build logger writes build related information to the Output window.
Remarks
Override the set parameter to provide your own build logger.
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.