C# 클래스 cleanLayer.LogReader

상속: ILog, INotifyPropertyChanged
파일 보기 프로젝트 열기: Vipeax/cleanLayer 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
LogReader ( string name, int maxLength = 1000000 ) : System
ToString ( ) : string
WriteLine ( string line ) : void

보호된 메소드들

메소드 설명
OnPropertyChanged ( string property ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

LogReader() 공개 메소드

public LogReader ( string name, int maxLength = 1000000 ) : System
name string
maxLength int
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string property ) : void
property string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteLine() 공개 메소드

public WriteLine ( string line ) : void
line string
리턴 void