C# Class PhotoSharingApp.AppService.ApplicationInsightsExceptionLogger

Logger to capture unhandled exceptions.
Inheritance: System.Web.Http.ExceptionHandling.ExceptionLogger
Datei anzeigen Open project: Microsoft/Appsample-Photosharing

Public Methods

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

Logs the unhandled exceptions.

Method Details

Log() public method

Logs the unhandled exceptions.
public Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext The exception logger context.
return void