Click or drag to resize
FileDebugLogToFile Method
Logs the file operation to the log file.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static void LogToFile(
	string filePath,
	string fileOperation
)

Parameters

filePath
Type: SystemString
Path of the file the operation of which is logged
fileOperation
Type: SystemString
Operation with file (open, close, read, write)
See Also