Click or drag to resize
OutputDebugLogToFile Method
Logs the query to file.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public static void LogToFile(
	string outputHtml
)

Parameters

outputHtml
Type: SystemString
Output HTML
See Also