LoggerExtensionMethods..::..LogError Method
Overload List
| Name | Description | |
|---|---|---|
|
|
LogError(FluentLogger, String, array<Object>[]()[][]) |
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
|
|
|
LogError(FluentLogger, EventId, String, array<Object>[]()[][]) |
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
|
|
|
LogError(FluentLogger, Exception, String, array<Object>[]()[][]) |
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
|
|
|
LogError(FluentLogger, EventId, Exception, String, array<Object>[]()[][]) |
Enqueues the information to log that highlight when the current flow of execution is stopped due to a failure. These should indicate a failure in the current activity, not an application-wide failure.
|

