XdtTransformationSettings.

UseLogger(IXmlTransformationLogger) Method

Summary

Sets the logger to use a specific instance of DotNet.Xdt.IXmlTransformationLogger or null.

Syntax

public XdtTransformationSettings UseLogger(IXmlTransformationLogger logger)

Parameters

Name Type Description
logger IXmlTransformationLogger The DotNet.Xdt.IXmlTransformationLogger to use, or null to specify that any exceptions should be thrown.

Return Value

Type Description
XdtTransformationSettings The same XdtTransformationSettings instance so that multiple calls can be chained.