C# Class Emergy.Core.Services.LoggingService

Inheritance: ILoggingService
Afficher le fichier Open project: gboduljak/Emergy Class Usage Examples

Méthodes publiques

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

Method Details

LogException() public méthode

public LogException ( ExceptionLog log ) : void
log Emergy.Core.Models.Log.ExceptionLog
Résultat void

LoggingService() public méthode

public LoggingService ( IEmailService emailService, string path = null ) : System
emailService IEmailService
path string
Résultat System

SendLogMail() public méthode

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