C# Class LogViewer.LogFileReaderBase

Inheritance: ILogFileReader
Afficher le fichier Open project: Lundalogik/log4net-logviewer

Protected Properties

Свойство Type Description
invoker IInvoker
parser LogEntryParser

Méthodes publiques

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

Method Details

Dispose() public abstract méthode

public abstract Dispose ( ) : void
Résultat void

Init() public abstract méthode

public abstract Init ( ) : void
Résultat void

LogFileReaderBase() public méthode

public LogFileReaderBase ( FileWithPosition file, LogEntryParser parser = null, IInvoker invoker = null ) : System
file FileWithPosition
parser LogEntryParser
invoker IInvoker
Résultat System

Read() public méthode

public Read ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

invoker protected_oe property

protected IInvoker invoker
Résultat IInvoker

parser protected_oe property

protected LogEntryParser,LogViewer parser
Résultat LogEntryParser