WarningsConfiguration.GetLevel(EventId) Method

Definition

Gets the LogLevel set for the given event ID, or null if no explicit behavior has been set.

public virtual Microsoft.Extensions.Logging.LogLevel? GetLevel (Microsoft.Extensions.Logging.EventId eventId);
abstract member GetLevel : Microsoft.Extensions.Logging.EventId -> Nullable<Microsoft.Extensions.Logging.LogLevel>
override this.GetLevel : Microsoft.Extensions.Logging.EventId -> Nullable<Microsoft.Extensions.Logging.LogLevel>
Public Overridable Function GetLevel (eventId As EventId) As Nullable(Of LogLevel)

Parameters

eventId
EventId

Returns

The LogLevel set for the given event ID.

Applies to