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.
Afficher le fichier Open project: Lawo/ember-plus-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Convert ( XmlReader logReader, XmlWriter logWriter ) : void

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

Method Details

Convert() public static méthode

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
Résultat void