C# 클래스 CalendarAggregator.Logger

파일 보기 프로젝트 열기: judell/elmcity

공개 메소드들

메소드 설명
ExceptionLog ( string message, Exception e ) : void
InfoLog ( string message ) : void
StatusReport ( string report ) : void

메소드 상세

ExceptionLog() 공개 정적인 메소드

public static ExceptionLog ( string message, Exception e ) : void
message string
e System.Exception
리턴 void

InfoLog() 공개 정적인 메소드

public static InfoLog ( string message ) : void
message string
리턴 void

StatusReport() 공개 정적인 메소드

public static StatusReport ( string report ) : void
report string
리턴 void