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