LoggerDescription.Verbosity Property

Definition

Gets the verbosity level for the logger.

public:
 property Microsoft::Build::Framework::LoggerVerbosity Verbosity { Microsoft::Build::Framework::LoggerVerbosity get(); };
public Microsoft.Build.Framework.LoggerVerbosity Verbosity { get; }
public Microsoft.Build.Framework.LoggerVerbosity Verbosity { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Verbosity : Microsoft.Build.Framework.LoggerVerbosity
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Verbosity : Microsoft.Build.Framework.LoggerVerbosity
Public ReadOnly Property Verbosity As LoggerVerbosity

Property Value

A string value representing the logger's verbosity level.

Attributes

Applies to