| WebFarmDebugLogTaskToFile Method | 
            Logs the task to the log file.
            
 
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 13.0.131
 Syntax
Syntaxpublic static void LogTaskToFile(
	string taskTypeString,
	string taskTextData,
	DateTime taskTime,
	string taskTarget
)
Parameters
- taskTypeString
- Type: SystemString
 
- taskTextData
- Type: SystemString
 
- taskTime
- Type: SystemDateTime
 
- taskTarget
- Type: SystemString
 
 See Also
See Also