Sdílet prostřednictvím


LogVerbosityState(LogId, LoggingLevelSettings) Constructor

Definition

Initializes a new instance of the LogVerbosityState class.

public:
 LogVerbosityState(Microsoft::VisualStudio::RpcContracts::Logging::LogId id, Microsoft::VisualStudio::RpcContracts::Logging::LoggingLevelSettings ^ verbositySettings);
public LogVerbosityState (Microsoft.VisualStudio.RpcContracts.Logging.LogId id, Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings verbositySettings);
new Microsoft.VisualStudio.RpcContracts.Logging.LogVerbosityState : Microsoft.VisualStudio.RpcContracts.Logging.LogId * Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings -> Microsoft.VisualStudio.RpcContracts.Logging.LogVerbosityState
Public Sub New (id As LogId, verbositySettings As LoggingLevelSettings)

Parameters

id
LogId

The id of the trace log stream that should change verbosity level.

verbositySettings
LoggingLevelSettings

The newly requested logging verbosity for the trace log stream. This is a LoggingLevelSettings object.

Applies to