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
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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

See Also

Reference

ITraceWriterExtensions Class

System.Web.Http.Tracing Namespace