C# Class UCosmic.Logging.ElmahExceptionLogger

Inheritance: ILogExceptions
Datei anzeigen Open project: ucosmic/UCosmicAlpha Class Usage Examples

Public Methods

Method Description
ElmahExceptionLogger ( string from, string to ) : System
Log ( Exception exception ) : void

Private Methods

Method Description
GetMailMessage ( Exception exception, string to ) : MailMessage

Method Details

ElmahExceptionLogger() public method

public ElmahExceptionLogger ( string from, string to ) : System
from string
to string
return System

Log() public method

public Log ( Exception exception ) : void
exception System.Exception
return void