ITraceWriterExtensions.Debug Method
Include Protected Members
Include Inherited Members
Provides a set of methods and properties that help debug your code.
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 | |
---|---|---|
Debug(ITraceWriter, HttpRequestMessage, String, Exception) | Provides a set of methods and properties that help debug your code with the specified writer, request, category and exception. | |
Debug(ITraceWriter, HttpRequestMessage, String, String, Object[]) | Provides a set of methods and properties that help debug your code with the specified writer, request, category, exception, message format and argument. | |
Debug(ITraceWriter, HttpRequestMessage, String, Exception, String, Object[]) | Provides a set of methods and properties that help debug your code with the specified writer, request, category, exception, message format and argument. |
Top