7 references to Log
Microsoft.AspNetCore.Hosting (7)
GenericHost\GenericWebHostService.cs (4)
64
HostingEventSource.
Log
.HostStart();
159
var httpApplication = new HostingApplication(application, Logger, DiagnosticListener, ActivitySource, Propagator, HttpContextFactory, HostingEventSource.
Log
, HostingMetrics);
162
HostingEventSource.
Log
.ServerReady();
197
HostingEventSource.
Log
.HostStop();
Internal\WebHost.cs (3)
128
HostingEventSource.
Log
.HostStart();
145
var hostingApp = new HostingApplication(application, _logger, diagnosticSource, activitySource, propagator, httpContextFactory, HostingEventSource.
Log
, hostingMetrics);
310
HostingEventSource.
Log
.HostStop();