QSharpLogger.MapLevel Method
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.
Overloads
| MapLevel(DiagnosticSeverity) | |
| MapLevel(Nullable<DiagnosticSeverity>) |
MapLevel(DiagnosticSeverity)
public static Microsoft.Extensions.Logging.LogLevel MapLevel (Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticSeverity original);
static member MapLevel : Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticSeverity -> Microsoft.Extensions.Logging.LogLevel
Public Shared Function MapLevel (original As DiagnosticSeverity) As LogLevel
Parameters
- original
- DiagnosticSeverity
Returns
Applies to
MapLevel(Nullable<DiagnosticSeverity>)
public static Microsoft.Extensions.Logging.LogLevel MapLevel (Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticSeverity? original);
static member MapLevel : Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.DiagnosticSeverity> -> Microsoft.Extensions.Logging.LogLevel
Public Shared Function MapLevel (original As Nullable(Of DiagnosticSeverity)) As LogLevel
Parameters
- original
- Nullable<DiagnosticSeverity>