SqlDebugLogInformation Method |
Logs Sql debug information
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic static DataRow LogInformation(
string title,
string text
)
Parameters
- title
- Type: SystemString
Information title - text
- Type: SystemString
Information text
Return Value
Type:
DataRowReturns the new log item
See Also