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:
