C# Class LogViewer.Watcher

Inheritance: LogFileReaderBase
Datei anzeigen Open project: Lundalogik/log4net-logviewer

Public Methods

Method Description
Dispose ( ) : void
Init ( ) : void
Watcher ( FileWithPosition file, LogEntryParser parser = null, IInvoker invoker = null ) : System

Private Methods

Method Description
FileHasChanged ( object sender, FileSystemEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Watcher() public method

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