DiagnosticsLoggerFactory Class
Represents a diagnostics logger factory.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Logging.DiagnosticsLoggerFactory
Namespace: Microsoft.Owin.Logging
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Class DiagnosticsLoggerFactory _
Implements ILoggerFactory
'Usage
Dim instance As DiagnosticsLoggerFactory
public class DiagnosticsLoggerFactory : ILoggerFactory
public ref class DiagnosticsLoggerFactory : ILoggerFactory
type DiagnosticsLoggerFactory =
class
interface ILoggerFactory
end
public class DiagnosticsLoggerFactory implements ILoggerFactory
The DiagnosticsLoggerFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DiagnosticsLoggerFactory() | Initializes a new instance of the DiagnosticsLoggerFactory class. | |
DiagnosticsLoggerFactory(SourceSwitch, TraceListener) | Initializes a new instance of the DiagnosticsLoggerFactory class. |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates an instance of this logger. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.