C# Class VisualUIAVerify.Misc.ApplicationLogger

this class is used to log running application
Afficher le fichier Open project: TestStack/UIAVerify

Méthodes publiques

Méthode 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 méthode

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

LogProgress() public static méthode

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
Résultat void