TraceSourceExtensions Class

.NET Framework 4.5

Provides extension methods for used by SignalR.

Inheritance Hierarchy

System.Object
  System.Diagnostics.TraceSourceExtensions

Namespace:  System.Diagnostics
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class TraceSourceExtensions
'Usage
public static class TraceSourceExtensions
[ExtensionAttribute]
public ref class TraceSourceExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TraceSourceExtensions =  class end
public final class TraceSourceExtensions

Methods

  Name Description
Public methodStatic member TraceError(TraceSource, String) Writes trace error message to the specified trace source.
Public methodStatic member TraceError(TraceSource, String, Object[]) Writes trace error message to the specified trace source.
Public methodStatic member TraceVerbose(TraceSource, String) Writes trace verbose message to the specified trace source.
Public methodStatic member TraceVerbose(TraceSource, String, Object[]) Writes trace verbose message to the specified trace source.
Public methodStatic member TraceWarning(TraceSource, String) Writes trace warning message to the specified trace source.
Public methodStatic member TraceWarning(TraceSource, String, Object[]) Writes trace warning message to the specified trace source.

Top

Thread Safety

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

See Also

Reference

System.Diagnostics Namespace