C# Class LogViewer.FileWithPosition

Afficher le fichier Open project: Lundalogik/log4net-logviewer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Exists ( ) : bool
Résultat bool

FileHasBecomeLarger() public méthode

public FileHasBecomeLarger ( ) : bool
Résultat bool

FileNameInFolder() public méthode

public FileNameInFolder ( string folder ) : bool
folder string
Résultat bool

FileNameMatch() public méthode

public FileNameMatch ( string otherFileName ) : bool
otherFileName string
Résultat bool

FileWithPosition() public méthode

public FileWithPosition ( string filename ) : System
filename string
Résultat System

Read() public méthode

public Read ( LogEntryParser parser ) : IEnumerable
parser LogEntryParser
Résultat IEnumerable

ResetPosition() public méthode

public ResetPosition ( ) : void
Résultat void