C# 클래스 Microsoft.Phone.Applications.UnitConverter.Helpers.ErrorLog

Logging helper class to get time stamp information during the app startup process
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework

공개 메소드들

메소드 설명
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