1 instantiation of HostingEventSource
Microsoft.AspNetCore.Hosting (1)
Internal\HostingEventSource.cs (1)
11
public static readonly HostingEventSource Log = new
HostingEventSource
();
11 references to HostingEventSource
Microsoft.AspNetCore.Hosting (11)
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();
205
HostingEventSource
.Log.HostStop();
Internal\HostingApplication.cs (1)
34
HostingEventSource
eventSource,
Internal\HostingApplicationDiagnostics.cs (2)
34
private readonly
HostingEventSource
_eventSource;
46
HostingEventSource
eventSource,
Internal\HostingEventSource.cs (1)
11
public static readonly
HostingEventSource
Log = new HostingEventSource();
Internal\WebHost.cs (3)
129
HostingEventSource
.Log.HostStart();
146
var hostingApp = new HostingApplication(application, _logger, diagnosticSource, activitySource, propagator, httpContextFactory,
HostingEventSource
.Log, hostingMetrics);
311
HostingEventSource
.Log.HostStop();