This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.XdtTransform.
Summary
Sets the logger to use a specific instance of
DotNet.Xdt.IXmlTransformationLogger
or null
.
- Assembly
- Cake
.XdtTransform .dll - Namespace
- Cake
.XdtTransform - Containing Type
- Xdt
Transformation Settings
Syntax
public XdtTransformationSettings UseLogger(IXmlTransformationLogger logger)
Parameters
Name | Type | Description |
---|---|---|
logger | I |
The DotNet.Xdt.IXmlTransformationLogger to use, or null to specify that any exceptions should be thrown. |
Return Value
Type | Description |
---|---|
Xdt |
The same XdtTransformationSettings instance so that multiple calls can be chained. |