IExtensionLoggerLogException Method (String, Exception, String) |
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,
string? message
)
Sub LogException (
channel As String,
exception As Exception,
message As String
)
void LogException(
String^ channel,
Exception^ exception,
String^ message
)
abstract LogException :
channel : string *
exception : Exception *
message : string -> unit
Parameters
- channel
- Type: SystemString
The log channel. - exception
- Type: SystemException
The exception. - message
- Type: SystemString
The message. The message can be the format string.
Implements
ILoggerLogException(String, Exception, String)Remarks
Exception is logged under the
Error level.
See Also