C# Class NLogViewer.Parsers.Log4JXmlLogEventParser

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

Méthodes publiques

Méthode Description
Begin ( Stream stream ) : ILogEventParserInstance

Private Methods

Méthode Description
ParseLog4JEvent ( XmlTextReader reader, LogEvent ev ) : bool
ParseLog4JProperties ( LogEvent ev, XmlTextReader reader, string namePrefix ) : void

Method Details

Begin() public méthode

public Begin ( Stream stream ) : ILogEventParserInstance
stream Stream
Résultat ILogEventParserInstance