ITraceWriterExtensions.Warn Method
Include Protected Members
Include Inherited Members
Indicates the warning level of execution with specified values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Warn(ITraceWriter, HttpRequestMessage, String, Exception) | Indicates the warning level of execution. | |
Warn(ITraceWriter, HttpRequestMessage, String, String, Object[]) | Indicates the warning level of execution. | |
Warn(ITraceWriter, HttpRequestMessage, String, Exception, String, Object[]) | Indicates the warning level of execution. |
Top