LoggerDescription.Verbosity 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.
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.