DbLoggerCategory.Infrastructure Class

Definition

Logger category for miscellaneous messages from the Entity Framework infrastructure.

public class DbLoggerCategory.Infrastructure : Microsoft.EntityFrameworkCore.Diagnostics.LoggerCategory<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure>
type DbLoggerCategory.Infrastructure = class
    inherit LoggerCategory<DbLoggerCategory.Infrastructure>
Public Class DbLoggerCategory.Infrastructure
Inherits LoggerCategory(Of DbLoggerCategory.Infrastructure)
Inheritance
DbLoggerCategory.Infrastructure

Constructors

DbLoggerCategory.Infrastructure()

Methods

ToString()

The logger category name.

(Inherited from LoggerCategory<T>)

Applies to