C# Class Emergy.Core.Services.LoggingService

Inheritance: ILoggingService
Datei anzeigen Open project: gboduljak/Emergy Class Usage Examples

Public Methods

Method Description
LogException ( ExceptionLog log ) : void
LoggingService ( IEmailService emailService, string path = null ) : System
SendLogMail ( ExceptionLog log ) : System.Threading.Tasks.Task

Method Details

LogException() public method

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

LoggingService() public method

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

SendLogMail() public method

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