Exec.StandardOutputLoggingImportance Property

Definition

Importance with which to log ordinary messages in the standard out stream.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 virtual property Microsoft::Build::Framework::MessageImportance StandardOutputLoggingImportance { Microsoft::Build::Framework::MessageImportance get(); };
protected override Microsoft.Build.Framework.MessageImportance StandardOutputLoggingImportance { get; }
member this.StandardOutputLoggingImportance : Microsoft.Build.Framework.MessageImportance
Protected Overrides ReadOnly Property StandardOutputLoggingImportance As MessageImportance

Property Value

The importance to log ordinary messages with in the standard out stream.

Remarks

Overridden to increase from the default "Low" up to "High".

Applies to