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