LogVerbosityState(LogId, LoggingLevelSettings) Constructor
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.
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.