C# 클래스 JiraAssistant.Logic.Extensions.Sentry

파일 보기 프로젝트 열기: sceeter89/jira-client

공개 메소드들

메소드 설명
CaptureEvent ( SentryEvent e ) : void
CaptureException ( Exception e ) : void
CaptureMessage ( string message ) : void

메소드 상세

CaptureEvent() 공개 정적인 메소드

public static CaptureEvent ( SentryEvent e ) : void
e SharpRaven.Data.SentryEvent
리턴 void

CaptureException() 공개 정적인 메소드

public static CaptureException ( Exception e ) : void
e System.Exception
리턴 void

CaptureMessage() 공개 정적인 메소드

public static CaptureMessage ( string message ) : void
message string
리턴 void