ILoggerFactory Interface
Used to create logger instances of the given name.
Namespace: Microsoft.Owin.Logging
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public interface ILoggerFactory
public interface class ILoggerFactory
type ILoggerFactory = interface end
Public Interface ILoggerFactory
Methods
Name | Description | |
---|---|---|
Create(String) | Creates a new ILogger instance of the given name. |
See Also
Microsoft.Owin.Logging Namespace
Return to top