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.
TraceSourceExtensions Class
.NET Framework 4.5
Namespace:
System.Diagnostics
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Provides extension methods for used by SignalR.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | TraceError(TraceSource, String) | Writes trace error message to the specified trace source. |
![]() ![]() | TraceError(TraceSource, String, array<Object>) | Writes trace error message to the specified trace source. |
![]() ![]() | TraceVerbose(TraceSource, String) | Writes trace verbose message to the specified trace source. |
![]() ![]() | TraceVerbose(TraceSource, String, array<Object>) | Writes trace verbose message to the specified trace source. |
![]() ![]() | TraceWarning(TraceSource, String) | Writes trace warning message to the specified trace source. |
![]() ![]() | TraceWarning(TraceSource, String, array<Object>) | Writes trace warning message to the specified trace source. |
Show:

