C# 클래스 UCosmic.Logging.ElmahExceptionLogger

상속: ILogExceptions
파일 보기 프로젝트 열기: ucosmic/UCosmicAlpha 1 사용 예제들

공개 메소드들

메소드 설명
ElmahExceptionLogger ( string from, string to ) : System
Log ( Exception exception ) : void

비공개 메소드들

메소드 설명
GetMailMessage ( Exception exception, string to ) : MailMessage

메소드 상세

ElmahExceptionLogger() 공개 메소드

public ElmahExceptionLogger ( string from, string to ) : System
from string
to string
리턴 System

Log() 공개 메소드

public Log ( Exception exception ) : void
exception System.Exception
리턴 void