ILoggerFactory Interface

 

Used to create logger instances of the given name.

Namespace:   Microsoft.Owin.Logging
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

public interface ILoggerFactory

NameDescription
System_CAPS_pubmethodCreate(String)

Creates a new ILogger instance of the given name.

Return to top
Show: