C# Класс VisualUIAVerify.Misc.ApplicationLogger

this class is used to log running application
Показать файл Открыть проект

Открытые методы

Метод Описание
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