IExtensionLoggerLogException Method (String, Exception)

Logs an exception.

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

Parameters

channel
Type: SystemString
The log channel.
exception
Type: SystemException
The exception.

Implements

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