LoggingLevelSettings.LoggingVerbosity 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.
Gets the desired logging verbosity level that should be recorded. Level is inclusive of all higher (more severe) logging levels. View documentation on SourceLevels for more information.
public:
property System::Diagnostics::SourceLevels LoggingVerbosity { System::Diagnostics::SourceLevels get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public System.Diagnostics.SourceLevels LoggingVerbosity { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.LoggingVerbosity : System.Diagnostics.SourceLevels
Public ReadOnly Property LoggingVerbosity As SourceLevels
Property Value
- Attributes