C# Class VisualUIAVerify.Misc.ApplicationLogger

this class is used to log running application
Mostra file Open project: TestStack/UIAVerify

Public Methods

Method Description
LogException ( Exception ex ) : void

this method will log expected exception

LogProgress ( string message, int percentage ) : void

this method will log progress of some task

Method Details

LogException() public static method

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

LogProgress() public static method

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
return void