C# Class NLogViewer.Parsers.Log4JXmlLogEventParser.Context

Inheritance: ILogEventParserInstance
Datei anzeigen Open project: jkowalski/NLogViewer

Public Properties

Property Type Description
_xtr System.Xml.XmlTextReader

Public Methods

Method Description
Context ( XmlTextReader xtr ) : System
Dispose ( ) : void
ReadNext ( LogEvent logEvent ) : bool

Method Details

Context() public method

public Context ( XmlTextReader xtr ) : System
xtr System.Xml.XmlTextReader
return System

Dispose() public method

public Dispose ( ) : void
return void

ReadNext() public method

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

Property Details

_xtr public_oe property

public XmlTextReader,System.Xml _xtr
return System.Xml.XmlTextReader