5 references to RemoveAllLoggers
Microsoft.Extensions.Http (3)
DependencyInjection\HttpClientBuilderExtensions.Logging.cs (3)
42/// If <see cref="AddLogger"/> is called multiple times, multiple loggers would be added. If <see cref="RemoveAllLoggers"/> was 104/// If <see cref="AddLogger{TLogger}"/> is called multiple times, multiple loggers would be added. If <see cref="RemoveAllLoggers"/> was 135/// Adds back the default logging for a named <see cref="System.Net.Http.HttpClient"/>, if it was removed previously by calling <see cref="RemoveAllLoggers"/>.
Microsoft.Extensions.Http.Diagnostics (2)
Logging\HttpClientLoggingHttpClientBuilderExtensions.cs (1)
97.RemoveAllLoggers()
Logging\HttpClientLoggingServiceCollectionExtensions.cs (1)
47.RemoveAllLoggers()