次の方法で共有


LoggingLevelSettings(SourceLevels) Constructor

Definition

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.

Applies to