IErrorBoundaryLogger Interface

Definition

Logs exception information for a ErrorBoundary component.

public interface IErrorBoundaryLogger
type IErrorBoundaryLogger = interface
Public Interface IErrorBoundaryLogger

Methods

LogErrorAsync(Exception)

Logs the supplied exception.

Applies to