LoggerExtensionMethods..::..LogWarning Method
Overload List
| Name | Description | |
|---|---|---|
|
|
LogWarning(FluentLogger, String, array<Object>[]()[][]) |
Enqueues the information to log that highlight an abnormal or unexpected event in the application flow, but do not otherwise cause the application execution to stop.
|
|
|
LogWarning(FluentLogger, EventId, String, array<Object>[]()[][]) |
Enqueues the information to log that highlight an abnormal or unexpected event in the application flow, but do not otherwise cause the application execution to stop.
|
|
|
LogWarning(FluentLogger, Exception, String, array<Object>[]()[][]) |
Enqueues the information to log that highlight an abnormal or unexpected event in the application flow, but do not otherwise cause the application execution to stop.
|
|
|
LogWarning(FluentLogger, EventId, Exception, String, array<Object>[]()[][]) |
Enqueues the information to log that highlight an abnormal or unexpected event in the application flow, but do not otherwise cause the application execution to stop.
|

