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