1 write to Logger
Microsoft.Extensions.Hosting (1)
Internal\ConsoleLifetime.cs (1)
58Logger = loggerFactory.CreateLogger("Microsoft.Hosting.Lifetime");
5 references to Logger
Microsoft.Extensions.Hosting (5)
Internal\ConsoleLifetime.cs (5)
102if (Logger.IsEnabled(LogLevel.Information)) 104Logger.LogInformation("Application started. Press Ctrl+C to shut down."); 105Logger.LogInformation("Hosting environment: {EnvName}", Environment.EnvironmentName); 106Logger.LogInformation("Content root path: {ContentRoot}", Environment.ContentRootPath); 112Logger.LogInformation("Application is shutting down...");