Click or drag to resize

IInstanceLoggerError Method


Log a message at the Error level

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

Parameters

messageBody  String
Message to write. Can include {#} string interpolation.
replaceValues  Object
Objects to pass in to optional {#} string interpolation in messageBody
See Also