IExtensionLoggerLogException(String, Exception, String) Method

Logs an exception.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void LogException(
	string? channel,
	Exception exception,
	string? message
)

Parameters

channel  String
The log channel.
exception  Exception
The exception.
message  String
The message. The message can be the format string.

Implements

ILoggerLogException(String, Exception, String)
Remarks
Exception is logged under the Error level.
See Also