Click or drag to resize
OutputDebugLogOutput Method
Logs the output.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public static void LogOutput(
	OutputData output,
	bool toFile,
	bool toDebug
)

Parameters

output
Type: CMS.OutputFilterOutputData
Output data
toFile
Type: SystemBoolean
Log the output to the file
toDebug
Type: SystemBoolean
Log the output to the debug log
See Also