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
- XdtTransformation Settings 
Syntax
public XdtTransformationSettings UseLogger(IXmlTransformationLogger logger)Parameters
| Name | Type | Description | 
|---|---|---|
| logger | I | The DotNet.Xdt.IXmlTransformationLoggerto use, ornullto specify that any exceptions should be thrown. | 
Return Value
| Type | Description | 
|---|---|
| Xdt | The same XdtTransformationSettingsinstance so that multiple calls can be chained. | 
