C# 클래스 DistributedDeployment.EventLogger

상속: ILog
파일 보기 프로젝트 열기: vanthoainguyen/DistributedDeploymentTool

공개 메소드들

메소드 설명
Debug ( string msg ) : void
Error ( string msg, Exception ex ) : void

비공개 메소드들

메소드 설명
WriteEntry ( string msg, EventLogEntryType type ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( string msg ) : void
msg string
리턴 void

Error() 공개 메소드

public Error ( string msg, Exception ex ) : void
msg string
ex Exception
리턴 void