C# Class UCosmic.Logging.ElmahExceptionLogger

Inheritance: ILogExceptions
Afficher le fichier Open project: ucosmic/UCosmicAlpha Class Usage Examples

Méthodes publiques

Méthode Description
ElmahExceptionLogger ( string from, string to ) : System
Log ( Exception exception ) : void

Private Methods

Méthode Description
GetMailMessage ( Exception exception, string to ) : MailMessage

Method Details

ElmahExceptionLogger() public méthode

public ElmahExceptionLogger ( string from, string to ) : System
from string
to string
Résultat System

Log() public méthode

public Log ( Exception exception ) : void
exception System.Exception
Résultat void