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