Implemented interface member:
property
Logging
Microsoft.Extensions.Hosting.IHostApplicationBuilder.Logging
9 references to Logging
Aspire.Hosting (7)
DistributedApplicationBuilder.cs (7)
135
_innerBuilder.
Logging
.AddFilter("Microsoft.Hosting.Lifetime", LogLevel.Warning);
136
_innerBuilder.
Logging
.AddFilter("Microsoft.AspNetCore.Server.Kestrel", LogLevel.Error);
137
_innerBuilder.
Logging
.AddFilter("Aspire.Hosting.Dashboard", LogLevel.Error);
138
_innerBuilder.
Logging
.AddFilter("Grpc.AspNetCore.Server.ServerCallHandler", LogLevel.Error);
142
_innerBuilder.
Logging
.AddFilter("Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService", LogLevel.None);
146
_innerBuilder.
Logging
.AddFilter("Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer", LogLevel.Warning);
149
_innerBuilder.
Logging
.AddConfiguration(_innerBuilder.Configuration.GetSection("Logging"));
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
347
public ILoggingBuilder Logging => _hostApplicationBuilder.
Logging
;
Stress.TelemetryService (1)
Program.cs (1)
11
builder.
Logging
.SetMinimumLevel(LogLevel.Trace);