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