C# 클래스 PhotoSharingApp.AppService.ApplicationInsightsExceptionLogger

Logger to capture unhandled exceptions.
상속: System.Web.Http.ExceptionHandling.ExceptionLogger
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void

Logs the unhandled exceptions.

메소드 상세

Log() 공개 메소드

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