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

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 9.0.0
Syntax
C#
public static void LogTaskToFile(
	string taskTypeString,
	string taskTextData,
	DateTime taskTime,
	string taskTarget
)

Parameters

taskTypeString
Type: System.String
taskTextData
Type: System.String
taskTime
Type: System.DateTime
taskTarget
Type: System.String
See Also