C# 클래스 Emergy.Core.Services.LoggingService

상속: ILoggingService
파일 보기 프로젝트 열기: gboduljak/Emergy 1 사용 예제들

공개 메소드들

메소드 설명
LogException ( ExceptionLog log ) : void
LoggingService ( IEmailService emailService, string path = null ) : System
SendLogMail ( ExceptionLog log ) : System.Threading.Tasks.Task

메소드 상세

LogException() 공개 메소드

public LogException ( ExceptionLog log ) : void
log Emergy.Core.Models.Log.ExceptionLog
리턴 void

LoggingService() 공개 메소드

public LoggingService ( IEmailService emailService, string path = null ) : System
emailService IEmailService
path string
리턴 System

SendLogMail() 공개 메소드

public SendLogMail ( ExceptionLog log ) : System.Threading.Tasks.Task
log Emergy.Core.Models.Log.ExceptionLog
리턴 System.Threading.Tasks.Task