Click or drag to resize
RequestLog Constructor
Constructor.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public RequestLog(
	RequestLogs parentLogs,
	DataTable logTable,
	DebugSettings settings
)

Parameters

parentLogs
Type: CMS.BaseRequestLogs
Parent logs container
logTable
Type: System.DataDataTable
DataTable for the log
settings
Type: CMS.BaseDebugSettings
Debug settings
See Also