LogTracker(DiagnosticSeverity, IEnumerable<Int32>, Int32) 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.
public LogTracker (Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticSeverity verbosity = Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticSeverity.Warning, System.Collections.Generic.IEnumerable<int>? noWarn = default, int lineNrOffset = 0);
new Microsoft.Quantum.QsCompiler.Diagnostics.LogTracker : Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticSeverity * seq<int> * int -> Microsoft.Quantum.QsCompiler.Diagnostics.LogTracker
Public Sub New (Optional verbosity As DiagnosticSeverity = Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticSeverity.Warning, Optional noWarn As IEnumerable(Of Integer) = Nothing, Optional lineNrOffset As Integer = 0)
Parameters
- verbosity
- DiagnosticSeverity
- noWarn
- IEnumerable<Int32>
- lineNrOffset
- Int32