WarningsConfiguration.GetLevel(EventId) 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework