// Generated by tsbindgen - Architecture // Namespace: Microsoft.Extensions.Http.Logging // Facade - Public API Surface // Import internal declarations import * as Internal from './Microsoft.Extensions.Http.Logging/internal/index.js'; // Core type aliases from @tsonic/core import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js'; // Cross-namespace type imports for constraints import type { HttpClientFactoryOptions } from './Microsoft.Extensions.Http/internal/index.js'; import type { ILogger } from './Microsoft.Extensions.Logging/internal/index.js'; import type { Exception, IDisposable, Object as ClrObject, TimeSpan, Void } from '@tsonic/dotnet/System.js'; import type { DelegatingHandler, HttpRequestMessage, HttpResponseMessage } from '@tsonic/dotnet/System.Net.Http.js'; import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js'; import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js'; // Public API exports (curated - no internal $instance/$views leakage) export type IHttpClientAsyncLogger = Internal.IHttpClientAsyncLogger; export type IHttpClientLogger = Internal.IHttpClientLogger; export { LoggingHttpMessageHandler as LoggingHttpMessageHandler } from './Microsoft.Extensions.Http.Logging/internal/index.js'; export { LoggingScopeHttpMessageHandler as LoggingScopeHttpMessageHandler } from './Microsoft.Extensions.Http.Logging/internal/index.js';