C# 클래스 ParkitectNexus.Data.Reporting.CrashReporterFactory

상속: ICrashReporterFactory
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
CrashReporterFactory ( INexusWebClientFactory webClientFactory, IWebsite website, IParkitect parkitect, ILogger log ) : System
Report ( string action, Exception exception ) : void

비공개 메소드들

메소드 설명
Generate ( string action, IParkitect parkitect, Exception exception ) : object

메소드 상세

CrashReporterFactory() 공개 메소드

public CrashReporterFactory ( INexusWebClientFactory webClientFactory, IWebsite website, IParkitect parkitect, ILogger log ) : System
webClientFactory INexusWebClientFactory
website IWebsite
parkitect IParkitect
log ILogger
리턴 System

Report() 공개 메소드

public Report ( string action, Exception exception ) : void
action string
exception System.Exception
리턴 void