DiagnosticsLoggerFactory Class

 

Provides an ILoggerFactory based on System.Diagnostics.TraceSource.

Namespace:   Microsoft.Owin.Logging
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

System::Object
  Microsoft.Owin.Logging::DiagnosticsLoggerFactory

public ref class DiagnosticsLoggerFactory : ILoggerFactory

NameDescription
System_CAPS_pubmethodDiagnosticsLoggerFactory()

Initializes a new instance of the DiagnosticsLoggerFactory class that creates a factory named "Microsoft.Owin".

System_CAPS_pubmethodDiagnosticsLoggerFactory(SourceSwitch^, TraceListener^)

Initializes a new instance of the DiagnosticsLoggerFactory class.

NameDescription
System_CAPS_pubmethodCreate(String^)

Creates a new DiagnosticsLogger for the given component name.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: