ILoggerFactory Interface
Represents an interface of logger factory.
Namespace: Microsoft.Owin.Logging
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Interface ILoggerFactory
'Usage
Dim instance As ILoggerFactory
public interface ILoggerFactory
public interface class ILoggerFactory
type ILoggerFactory = interface end
public interface ILoggerFactory
The ILoggerFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Creates an instance of this logger. |
Top