ExceptionLogger.Log Method

When overridden in a derived class, logs the exception synchronously.

Namespace:  System.Web.Http.ExceptionHandling
Assembly:  System.Web.Http (in System.Web.Http.dll)

public virtual void Log(
	ExceptionLoggerContext context
)

Parameters

context
Type: System.Web.Http.ExceptionHandling.ExceptionLoggerContext
The exception logger context.
Show: