Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITraceWriterExtensions Class

 

Represents an extension methods for ITraceWriter.

Namespace:   System.Web.Http.Tracing
Assembly:  System.Web.Http (in System.Web.Http.dll)

System.Object
  System.Web.Http.Tracing.ITraceWriterExtensions

<ExtensionAttribute>
Public NotInheritable Class ITraceWriterExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDebug(ITraceWriter, HttpRequestMessage, String, Exception)

Provides a set of methods and properties that help debug your code with the specified writer, request, category and exception.

System_CAPS_pubmethodSystem_CAPS_staticDebug(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.

System_CAPS_pubmethodSystem_CAPS_staticDebug(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.

System_CAPS_pubmethodSystem_CAPS_staticError(ITraceWriter, HttpRequestMessage, String, Exception)

Displays an error message in the list with the specified writer, request, category and exception.

System_CAPS_pubmethodSystem_CAPS_staticError(ITraceWriter, HttpRequestMessage, String, Exception, String, Object())

Displays an error message in the list with the specified writer, request, category, exception, message format and argument.

System_CAPS_pubmethodSystem_CAPS_staticError(ITraceWriter, HttpRequestMessage, String, String, Object())

Displays an error message in the list with the specified writer, request, category, message format and argument.

System_CAPS_pubmethodSystem_CAPS_staticFatal(ITraceWriter, HttpRequestMessage, String, Exception)

Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception.

System_CAPS_pubmethodSystem_CAPS_staticFatal(ITraceWriter, HttpRequestMessage, String, Exception, String, Object())

Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and exception, message format and argument.

System_CAPS_pubmethodSystem_CAPS_staticFatal(ITraceWriter, HttpRequestMessage, String, String, Object())

Displays an error message in the ITraceWriterExtensions class with the specified writer, request, category and message format and argument.

System_CAPS_pubmethodSystem_CAPS_staticInfo(ITraceWriter, HttpRequestMessage, String, Exception)

Displays the details in the System.Web.Http.Tracing.ITraceWriterExtensions.

System_CAPS_pubmethodSystem_CAPS_staticInfo(ITraceWriter, HttpRequestMessage, String, Exception, String, Object())

Displays the details in the System.Web.Http.Tracing.ITraceWriterExtensions.

System_CAPS_pubmethodSystem_CAPS_staticInfo(ITraceWriter, HttpRequestMessage, String, String, Object())

Displays the details in the System.Web.Http.Tracing.ITraceWriterExtensions.

System_CAPS_pubmethodSystem_CAPS_staticTrace(ITraceWriter, HttpRequestMessage, String, TraceLevel, Exception)

Indicates the trace listeners in the Listeners collection.

System_CAPS_pubmethodSystem_CAPS_staticTrace(ITraceWriter, HttpRequestMessage, String, TraceLevel, Exception, String, Object())

Indicates the trace listeners in the Listeners collection.

System_CAPS_pubmethodSystem_CAPS_staticTrace(ITraceWriter, HttpRequestMessage, String, TraceLevel, String, Object())

Indicates the trace listeners in the Listeners collection.

System_CAPS_pubmethodSystem_CAPS_staticTraceBeginEnd(ITraceWriter, HttpRequestMessage, String, TraceLevel, String, String, Action(Of TraceRecord), Action, Action(Of TraceRecord), Action(Of TraceRecord))

Traces both a begin and an end trace around a specified operation.

System_CAPS_pubmethodSystem_CAPS_staticTraceBeginEndAsync(ITraceWriter, HttpRequestMessage, String, TraceLevel, String, String, Action(Of TraceRecord), Func(Of Task), Action(Of TraceRecord), Action(Of TraceRecord))

Traces both a begin and an end trace around a specified operation.

System_CAPS_pubmethodSystem_CAPS_staticTraceBeginEndAsync(Of TResult)(ITraceWriter, HttpRequestMessage, String, TraceLevel, String, String, Action(Of TraceRecord), Func(Of Task(Of TResult)), Action(Of TraceRecord, TResult), Action(Of TraceRecord))

Traces both a begin and an end trace around a specified operation.

System_CAPS_pubmethodSystem_CAPS_staticWarn(ITraceWriter, HttpRequestMessage, String, Exception)

Indicates the warning level of execution.

System_CAPS_pubmethodSystem_CAPS_staticWarn(ITraceWriter, HttpRequestMessage, String, Exception, String, Object())

Indicates the warning level of execution.

System_CAPS_pubmethodSystem_CAPS_staticWarn(ITraceWriter, HttpRequestMessage, String, String, Object())

Indicates the warning level of execution.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: