9 references to LoggerEventIds
Microsoft.AspNetCore.Hosting (9)
Internal\ApplicationLifetime.cs (3)
65
_logger.ApplicationError(
LoggerEventIds
.ApplicationStoppingException,
83
_logger.ApplicationError(
LoggerEventIds
.ApplicationStartupException,
100
_logger.ApplicationError(
LoggerEventIds
.ApplicationStoppedException,
Internal\HostingApplicationDiagnostics.cs (3)
260
eventId:
LoggerEventIds
.RequestStarting,
278
eventId:
LoggerEventIds
.RequestFinished,
290
eventId:
LoggerEventIds
.RequestUnhandled,
Internal\HostingLoggerExtensions.cs (3)
14
eventId:
LoggerEventIds
.ApplicationStartupException,
22
eventId:
LoggerEventIds
.HostingStartupAssemblyException,
50
logger.LogWarning(eventId:
LoggerEventIds
.PortsOverridenByUrls,