C# 클래스 LogViewer.LogFileReaderBase

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

보호된 프로퍼티들

프로퍼티 타입 설명
invoker IInvoker
parser LogEntryParser

공개 메소드들

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

메소드 상세

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

Init() 공개 추상적인 메소드

public abstract Init ( ) : void
리턴 void

LogFileReaderBase() 공개 메소드

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

Read() 공개 메소드

public Read ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

invoker 보호되어 있는 프로퍼티

protected IInvoker invoker
리턴 IInvoker

parser 보호되어 있는 프로퍼티

protected LogEntryParser,LogViewer parser
리턴 LogEntryParser