LoggerDescription.Verbosity Property

Definition

Return the verbosity for this logger (from command line all loggers get same verbosity)

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

Attributes

Remarks

For command line display, all loggers get the same verbosity level.

Applies to