Click or drag to resize
S101Logger Constructor (IEmberConverter, XmlWriter)
Initializes a new instance of the S101Logger class.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public S101Logger(
	IEmberConverter converter,
	XmlWriter xmlLogWriter
)

Parameters

converter
Type: Lawo.EmberPlusSharp.EmberIEmberConverter
The converter to use to convert the payload to XML.
xmlLogWriter
Type: System.XmlXmlWriter
The XmlWriter to write log messages to.
Exceptions
ExceptionCondition
ArgumentNullExceptionconverter and/or xmlLogWriter equal null.
See Also