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
Public method DiagnosticsLoggerFactory() Initializes a new instance of the DiagnosticsLoggerFactory class.
Public method DiagnosticsLoggerFactory(SourceSwitch, TraceListener) Initializes a new instance of the DiagnosticsLoggerFactory class.

Top

Methods

  Name Description
Public method Create Creates an instance of this logger.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Owin.Logging Namespace