IExceptionLogger Interface
Defines an unhandled exception logger.
Namespace: System.Web.Http.ExceptionHandling
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public interface IExceptionLogger
public interface class IExceptionLogger
type IExceptionLogger = interface end
Public Interface IExceptionLogger
Methods
Name | Description | |
---|---|---|
LogAsync(ExceptionLoggerContext, CancellationToken) | Logs an unhandled exception. |
Extension Methods
Name | Description | |
---|---|---|
LogAsync(ExceptionContext, CancellationToken) | Calls an exception logger.(Defined by ExceptionLoggerExtensions.) |
See Also
System.Web.Http.ExceptionHandling Namespace
Return to top