Click or drag to resize
SqlDebugLogInformation Method
Logs Sql debug information

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static DataRow LogInformation(
	string title,
	string text
)

Parameters

title
Type: SystemString
Information title
text
Type: SystemString
Information text

Return Value

Type: DataRow
Returns the new log item
See Also