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