Click or drag to resize
S101Logger Constructor (EmberTypeBag, TextWriter, XmlWriterSettings)
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,
	TextWriter logWriter,
	XmlWriterSettings settings
)

Parameters

types
Type: Lawo.EmberPlusSharp.EmberEmberTypeBag
The types to pass to the internal EmberConverter, which is used to convert the payload to XML.
logWriter
Type: System.IOTextWriter
The TextWriter to write log messages to, will be passed to Create(TextWriter, XmlWriterSettings).
settings
Type: System.XmlXmlWriterSettings
The settings to create the internal XmlWriter with, will be passed to Create(TextWriter, XmlWriterSettings).
Exceptions
ExceptionCondition
ArgumentNullExceptiontypes, logWriter and/or settings equal null.
See Also