C# Class Microsoft.Phone.Applications.UnitConverter.Helpers.ErrorLog

Logging helper class to get time stamp information during the app startup process
Inheritance: INotifyPropertyChanged
Show file Open project: Expensify/WindowsPhoneTestFramework

Public Methods

Method Description
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

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Notify subscribers of a change in the property

Method Details

ErrorLog() public method

Default constructor
public ErrorLog ( ) : System
return System

ErrorLog() public method

Set the description and a null message
public ErrorLog ( string logEvent ) : System
logEvent string The log event to log
return System

ErrorLog() public method

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.
return System