IExtensionLoggerLogException(String, Exception, String, Object) Method |
Logs an exception.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid LogException(
string? channel,
Exception exception,
string? message,
params Object?[] arguments
)
Sub LogException (
channel As String,
exception As Exception,
message As String,
ParamArray arguments As Object()
)
void LogException(
String^ channel,
Exception^ exception,
String^ message,
... array<Object^>^ arguments
)
abstract LogException :
channel : string *
exception : Exception *
message : string *
arguments : Object[] -> unit Parameters
- channel String
- The log channel.
- exception Exception
- The exception.
- message String
- The message. The message can be the format string.
- arguments Object
- The format string arguments.
Implements
ILoggerLogException(String, Exception, String, Object)
Remarks
Exception is logged under the
Error level.
See Also