Click or drag to resize
S101Logger Constructor (EmberTypeBag, 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(
	EmberTypeBag types,
	XmlWriter xmlLogWriter
)

Parameters

types
Type: Lawo.EmberPlusSharp.EmberEmberTypeBag
The types to pass to the internal EmberConverter, which is used to convert the payload to XML.
xmlLogWriter
Type: System.XmlXmlWriter
The XmlWriter to write log messages to.
Exceptions
ExceptionCondition
ArgumentNullExceptiontypes and/or xmlLogWriter equal null.
See Also