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
Logging interface implementation.
- Assembly
- Cake
.XdtTransform .dll - Namespace
- Cake
.XdtTransform - Containing Type
- XdtTransformationLog
Syntax
public void LogWarning(string file, int lineNumber, int linePosition, string message, params object[] messageArgs)
Parameters
Name | Type | Description |
---|---|---|
file | string | |
lineNumber | int | |
linePosition | int | |
message | string | |
messageArgs | object[] |
Return Value
Type | Description |
---|---|
void |