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.
DiagnosticsLoggerFactory Class
Provides an ILoggerFactory based on System.Diagnostics.TraceSource.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | DiagnosticsLoggerFactory() | Initializes a new instance of the DiagnosticsLoggerFactory class that creates a factory named "Microsoft.Owin". |
![]() | DiagnosticsLoggerFactory(SourceSwitch^, TraceListener^) | Initializes a new instance of the DiagnosticsLoggerFactory class. |
| Name | Description | |
|---|---|---|
![]() | Create(String^) | Creates a new DiagnosticsLogger for the given component name. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:

