C# 클래스 VisualUIAVerify.Misc.ApplicationLogger

this class is used to log running application
파일 보기 프로젝트 열기: TestStack/UIAVerify

공개 메소드들

메소드 설명
LogException ( Exception ex ) : void

this method will log expected exception

LogProgress ( string message, int percentage ) : void

this method will log progress of some task

메소드 상세

LogException() 공개 정적인 메소드

this method will log expected exception
public static LogException ( Exception ex ) : void
ex System.Exception
리턴 void

LogProgress() 공개 정적인 메소드

this method will log progress of some task
public static LogProgress ( string message, int percentage ) : void
message string short message identifying task
percentage int pecentage part of done task
리턴 void