LoggingLevelSettings(SourceLevels) 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 LoggingLevelSettings class with all fields specified.
public:
LoggingLevelSettings(System::Diagnostics::SourceLevels loggingVerbosity);
public LoggingLevelSettings (System.Diagnostics.SourceLevels loggingVerbosity);
new Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings : System.Diagnostics.SourceLevels -> Microsoft.VisualStudio.RpcContracts.Logging.LoggingLevelSettings
Public Sub New (loggingVerbosity As SourceLevels)
Parameters
- loggingVerbosity
- SourceLevels
The set logging verbosity level that should be recorded. Level is inclusive of all higher (more severe) logging levels. View documentation on SourceLevels for more information.