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