C# 클래스 LogViewer.FileWithPosition

파일 보기 프로젝트 열기: Lundalogik/log4net-logviewer 1 사용 예제들

공개 메소드들

메소드 설명
Exists ( ) : bool
FileHasBecomeLarger ( ) : bool
FileNameInFolder ( string folder ) : bool
FileNameMatch ( string otherFileName ) : bool
FileWithPosition ( string filename ) : System
Read ( LogEntryParser parser ) : IEnumerable
ResetPosition ( ) : void

메소드 상세

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

FileHasBecomeLarger() 공개 메소드

public FileHasBecomeLarger ( ) : bool
리턴 bool

FileNameInFolder() 공개 메소드

public FileNameInFolder ( string folder ) : bool
folder string
리턴 bool

FileNameMatch() 공개 메소드

public FileNameMatch ( string otherFileName ) : bool
otherFileName string
리턴 bool

FileWithPosition() 공개 메소드

public FileWithPosition ( string filename ) : System
filename string
리턴 System

Read() 공개 메소드

public Read ( LogEntryParser parser ) : IEnumerable
parser LogEntryParser
리턴 IEnumerable

ResetPosition() 공개 메소드

public ResetPosition ( ) : void
리턴 void