Click or drag to resize
WebFarmDebugLogTaskToFile Method
Logs the task to the log file.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public 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