Click or drag to resize

IInstanceLoggerDebug Method


Log a message at the Debug level

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void Debug(
	string messageBody,
	params Object[] replaceValues
)

Parameters

messageBody
Type: SystemString
Message to write. Can include {#} string interpolation.
replaceValues
Type: SystemObject
Objects to pass in to optional {#} string interpolation in messageBody
See Also