1 write to Logger
Microsoft.Extensions.Hosting.Systemd (1)
SystemdLifetime.cs (1)
42
Logger
= loggerFactory.CreateLogger("Microsoft.Hosting.Lifetime");
3 references to Logger
Microsoft.Extensions.Hosting.Systemd (3)
SystemdLifetime.cs (3)
95
if (
Logger
.IsEnabled(LogLevel.Information))
97
Logger
.LogInformation("Application started. Hosting environment: {EnvironmentName}; Content root path: {ContentRoot}",
106
Logger
.LogInformation("Application is shutting down...");