C# Class NLogViewer.Parsers.RegexLogEventParser.Instance

Inheritance: ILogEventParserInstance
Datei anzeigen Open project: jkowalski/NLogViewer

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Instance() public method

public Instance ( Stream stream, RegexLogEventParser parser ) : System
stream Stream
parser RegexLogEventParser
return System

ReadNext() public method

public ReadNext ( LogEvent le ) : bool
le NLogViewer.Events.LogEvent
return bool