LogVerbosityState.VerbositySettings 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 LoggingLevelSettings that determine the new logging verbosity. Each level should automatically include all higher-severity messages. For Example: if the SourceLevels.Warning flag is set, logging of all Critical, Error, and Warning level events should be done.
public:
property Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ VerbositySettings { Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings VerbositySettings { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.VerbositySettings : Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings
Public ReadOnly Property VerbositySettings As LoggingLevelSettings
Property Value
- Attributes