C# Class LogViewer.LogFileReaderBase

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

Protected Properties

Property Type Description
invoker IInvoker
parser LogEntryParser

Public Methods

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

Method Details

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

Init() public abstract method

public abstract Init ( ) : void
return void

LogFileReaderBase() public method

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

Read() public method

public Read ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

invoker protected_oe property

protected IInvoker invoker
return IInvoker

parser protected_oe property

protected LogEntryParser,LogViewer parser
return LogEntryParser