1 write to _logger
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
MigrationsEndPointMiddleware.cs (1)
41
_logger
= logger;
5 references to _logger
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (5)
MigrationsEndPointMiddleware.cs (5)
65
_logger
.RequestPathMatched(context.Request.Path);
67
var db = await GetDbContext(context,
_logger
);
74
_logger
.ApplyingMigrations(dbName);
82
_logger
.MigrationsApplied(dbName);
88
_logger
.MigrationsEndPointMiddlewareException(dbName, ex);