ILoggerLogError(String, Int32, String) Method

Logs a message at the Error level.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void LogError(
	string channel,
	int messageId,
	string message
)

Parameters

channel  String
The log channel.
messageId  Int32
The identifier of the message (a.k.a "event ID").
message  String
A composite format string.
Remarks
This method is guaranteed to never throw an exception. If the parameters are invalid, a message to that effect will be logged to the operating system's event log.
See Also