3 references to AddLogger
Microsoft.Extensions.Http (2)
DependencyInjection\HttpClientBuilderExtensions.Logging.cs (2)
104
/// If <see cref="
AddLogger
{TLogger}"/> is called multiple times, multiple loggers would be added. If <see cref="RemoveAllLoggers"/> was
105
/// not called before calling <see cref="
AddLogger
{TLogger}"/>, then new logger would be added in addition to the default ones.
Microsoft.Extensions.Http.Diagnostics (1)
Logging\HttpClientLoggingServiceCollectionExtensions.cs (1)
48
.
AddLogger
<HttpClientLogger>(wrapHandlersPipeline: true));