4 implementations of LogErrorAsync
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\PrerenderingErrorBoundaryLogger.cs (1)
23public ValueTask LogErrorAsync(Exception exception)
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteErrorBoundaryLogger.cs (1)
24public ValueTask LogErrorAsync(Exception exception)
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyErrorBoundaryLogger.cs (1)
18public ValueTask LogErrorAsync(Exception exception)
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewErrorBoundaryLogger.cs (1)
18public ValueTask LogErrorAsync(Exception exception)
1 reference to LogErrorAsync
Microsoft.AspNetCore.Components.Web (1)
Web\ErrorBoundary.cs (1)
22await ErrorBoundaryLogger!.LogErrorAsync(exception);