C# Class Lawo.EmberPlusSharp.Glow.GlowLogConverter

Converts the log written by an S101Logger instantiated with GlowTypes.Instance into an equivalent log the payloads of which can be much more easily read by humans.
Datei anzeigen Open project: Lawo/ember-plus-sharp Class Usage Examples

Public Methods

Method Description
Convert ( XmlReader logReader, XmlWriter logWriter ) : void

Converts the XML read with logReader and writes it into logWriter.

Method Details

Convert() public static method

Converts the XML read with logReader and writes it into logWriter.
public static Convert ( XmlReader logReader, XmlWriter logWriter ) : void
logReader System.Xml.XmlReader
logWriter System.Xml.XmlWriter
return void