Share via


DbLoggerCategory.Infrastructure Class

Definition

Logger category for miscellaneous messages from the Entity Framework infrastructure.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class DbLoggerCategory.Infrastructure : Microsoft.EntityFrameworkCore.Diagnostics.LoggerCategory<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure>
public class DbLoggerCategory.Infrastructure : Microsoft.EntityFrameworkCore.Diagnostics.LoggerCategory<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type DbLoggerCategory.Infrastructure = class
    inherit LoggerCategory<DbLoggerCategory.Infrastructure>
type DbLoggerCategory.Infrastructure = class
    inherit LoggerCategory<DbLoggerCategory.Infrastructure>
Public Class DbLoggerCategory.Infrastructure
Inherits LoggerCategory(Of DbLoggerCategory.Infrastructure)
Inheritance
DbLoggerCategory.Infrastructure
Attributes

Constructors

Name Description
DbLoggerCategory.Infrastructure()

Methods

Name Description
ToString()

The logger category name.

(Inherited from LoggerCategory<T>)

Applies to