次の方法で共有


LogVerbosityState.VerbositySettings Property

Definition

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

Applies to