RegisteredLoggerInfo.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.
The verbosity level of the logger.
public:
property Nullable<Microsoft::Build::Framework::LoggerVerbosity> Verbosity { Nullable<Microsoft::Build::Framework::LoggerVerbosity> get(); };
public Microsoft.Build.Framework.LoggerVerbosity? Verbosity { get; }
member this.Verbosity : Nullable<Microsoft.Build.Framework.LoggerVerbosity>
Public ReadOnly Property Verbosity As Nullable(Of LoggerVerbosity)