Exec.StandardOutputLoggingImportance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".