1 write to _errorBoundaryLogger
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyErrorBoundaryLogger.cs (1)
15_errorBoundaryLogger = errorBoundaryLogger ?? throw new ArgumentNullException(nameof(errorBoundaryLogger));
1 reference to _errorBoundaryLogger
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyErrorBoundaryLogger.cs (1)
22_errorBoundaryLogger.LogError(exception, exception.ToString());