Click or drag to resize
GlowLogConverter Class
Converts the log written by an S101Logger instantiated with Instance into an equivalent log the payloads of which can be much more easily read by humans.
Inheritance Hierarchy
SystemObject
  Lawo.EmberPlusSharp.GlowGlowLogConverter

Namespace: Lawo.EmberPlusSharp.Glow
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public static class GlowLogConverter

The GlowLogConverter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvert
Converts the XML read with logReader and writes it into logWriter.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also