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
)
Sub Debug (
messageBody As String,
ParamArray replaceValues As Object()
)
void Debug(
String^ messageBody,
... array<Object^>^ replaceValues
)
abstract Debug :
messageBody : string *
replaceValues : Object[] -> unit
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