Click or drag to resize
RequestLog Constructor
Constructor.

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

Parameters

parentLogs
Type: CMS.Base.RequestLogs
Parent logs container
logTable
Type: System.Data.DataTable
DataTable for the log
settings
Type: CMS.Base.DebugSettings
Debug settings
See Also