C# Class NLogViewer.Parsers.RegexLogEventParser.Instance

Inheritance: ILogEventParserInstance
Afficher le fichier Open project: jkowalski/NLogViewer

Méthodes publiques

Méthode Description
Dispose ( ) : void
Instance ( Stream stream, RegexLogEventParser parser ) : System
ReadNext ( LogEvent le ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Instance() public méthode

public Instance ( Stream stream, RegexLogEventParser parser ) : System
stream Stream
parser RegexLogEventParser
Résultat System

ReadNext() public méthode

public ReadNext ( LogEvent le ) : bool
le NLogViewer.Events.LogEvent
Résultat bool