C# Class LogViewer.FileWithPosition

Datei anzeigen Open project: Lundalogik/log4net-logviewer Class Usage Examples

Public Methods

Method Description
Exists ( ) : bool
FileHasBecomeLarger ( ) : bool
FileNameInFolder ( string folder ) : bool
FileNameMatch ( string otherFileName ) : bool
FileWithPosition ( string filename ) : System
Read ( LogEntryParser parser ) : IEnumerable
ResetPosition ( ) : void

Method Details

Exists() public method

public Exists ( ) : bool
return bool

FileHasBecomeLarger() public method

public FileHasBecomeLarger ( ) : bool
return bool

FileNameInFolder() public method

public FileNameInFolder ( string folder ) : bool
folder string
return bool

FileNameMatch() public method

public FileNameMatch ( string otherFileName ) : bool
otherFileName string
return bool

FileWithPosition() public method

public FileWithPosition ( string filename ) : System
filename string
return System

Read() public method

public Read ( LogEntryParser parser ) : IEnumerable
parser LogEntryParser
return IEnumerable

ResetPosition() public method

public ResetPosition ( ) : void
return void