C# Class NLogViewer.Parsers.Log4JXmlLogEventParser.Context

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

Méthodes publiques

Свойство Type Description
_xtr System.Xml.XmlTextReader

Méthodes publiques

Méthode Description
Context ( XmlTextReader xtr ) : System
Dispose ( ) : void
ReadNext ( LogEvent logEvent ) : bool

Method Details

Context() public méthode

public Context ( XmlTextReader xtr ) : System
xtr System.Xml.XmlTextReader
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ReadNext() public méthode

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

Property Details

_xtr public_oe property

public XmlTextReader,System.Xml _xtr
Résultat System.Xml.XmlTextReader