| WebFarmDebugLogWebFarmOperation Method  | 
            Logs the web farm operation. Logs the web farm operation to the file and to current request log for debugging.
            
 
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 9.0.0
Syntaxpublic static DataRow LogWebFarmOperation(
	string taskType,
	string textData,
	BinaryData binaryData,
	string target
)
Parameters
- taskType
 - Type: SystemString
Task type - textData
 - Type: SystemString
Task text data - binaryData
 - Type: CMS.CoreBinaryData
Task binary data - target
 - Type: SystemString
Task target 
Return Value
Type: 
DataRow
See Also