LoggerExtensionMethods..::..LogCritical Method
Overload List
| Name | Description | |
|---|---|---|
|
|
LogCritical(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.
|
|
|
LogCritical(FluentLogger, Exception, String, array<Object>[]()[][]) |
Enqueues the information to log that Logs that describe an unrecoverable application or system crash, or a catastrophic failure that requires immediate attention.
|
|
|
LogCritical(FluentLogger, EventId, Exception, String, array<Object>[]()[][]) |
Enqueues the information to log that Logs that describe an unrecoverable application or system crash, or a catastrophic failure that requires immediate attention.
|

