IInstanceLoggerError Method
|
Log a message at the Error level
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax void Error(
string messageBody,
params Object[] replaceValues
)
Sub Error (
messageBody As String,
ParamArray replaceValues As Object()
)
void Error(
String^ messageBody,
... array<Object^>^ replaceValues
)
abstract Error :
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