C# 클래스 LogViewer.Watcher

상속: LogFileReaderBase
파일 보기 프로젝트 열기: Lundalogik/log4net-logviewer

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( ) : void
Watcher ( FileWithPosition file, LogEntryParser parser = null, IInvoker invoker = null ) : System

비공개 메소드들

메소드 설명
FileHasChanged ( object sender, FileSystemEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

Watcher() 공개 메소드

public Watcher ( FileWithPosition file, LogEntryParser parser = null, IInvoker invoker = null ) : System
file FileWithPosition
parser LogEntryParser
invoker IInvoker
리턴 System