C# Class Hypermedia.Sample.WebApi.Services.ExceptionLogger

Inheritance: System.Web.Http.ExceptionHandling.ExceptionLogger
显示文件 Open project: cosullivan/Hypermedia

Public Methods

Method Description
Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void

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

Method Details

Log() public method

When overridden in a derived class, logs the exception synchronously.
public Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext The exception logger context.
return void