11 references to LoggerEventIds
Microsoft.Extensions.Hosting (11)
Internal\ApplicationLifetime.cs (3)
70
_logger.ApplicationError(
LoggerEventIds
.ApplicationStoppingException,
88
_logger.ApplicationError(
LoggerEventIds
.ApplicationStartupException,
105
_logger.ApplicationError(
LoggerEventIds
.ApplicationStoppedException,
Internal\HostingLoggerExtensions.cs (8)
37
eventId:
LoggerEventIds
.Starting,
47
eventId:
LoggerEventIds
.Started,
57
eventId:
LoggerEventIds
.Stopping,
67
eventId:
LoggerEventIds
.Stopped,
77
eventId:
LoggerEventIds
.StoppedWithException,
88
eventId:
LoggerEventIds
.BackgroundServiceFaulted,
99
eventId:
LoggerEventIds
.BackgroundServiceStoppingHost,
110
eventId:
LoggerEventIds
.HostedServiceStartupFaulted,