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