C# Класс Microsoft.Phone.Applications.UnitConverter.Helpers.ErrorLog

Logging helper class to get time stamp information during the app startup process
Наследование: INotifyPropertyChanged
Показать файл Открыть проект

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

Метод Описание
ErrorLog ( ) : System

Default constructor

ErrorLog ( string logEvent ) : System

Set the description and a null message

ErrorLog ( string logEvent, string message ) : System

Set the description and error message

Приватные методы

Метод Описание
OnPropertyChanged ( string propertyName ) : void

Notify subscribers of a change in the property

Описание методов

ErrorLog() публичный Метод

Default constructor
public ErrorLog ( ) : System
Результат System

ErrorLog() публичный Метод

Set the description and a null message
public ErrorLog ( string logEvent ) : System
logEvent string The log event to log
Результат System

ErrorLog() публичный Метод

Set the description and error message
public ErrorLog ( string logEvent, string message ) : System
logEvent string The log event.
message string The time to log for the event.
Результат System