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
Namespace: Lawo.EmberPlusSharp.GlowAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax public static class GlowLogConverter
The GlowLogConverter type exposes the following members.
Methods
| Name | Description |
---|
| Convert | Converts the XML read with logReader and writes it into
logWriter. |
TopThread 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