1 write to Logger
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
56
Logger
= loggerFactory.CreateLogger("Microsoft.Hosting.Lifetime");
2 references to Logger
Microsoft.Extensions.Hosting.WindowsServices (2)
WindowsServiceLifetime.cs (2)
80
Logger
.LogInformation("Application started. Hosting environment: {EnvName}; Content root path: {ContentRoot}",
85
Logger
.LogInformation("Application is shutting down...");