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