Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ILoggerFactory Interface

 

Used to create logger instances of the given name.

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

public interface class ILoggerFactory

NameDescription
System_CAPS_pubmethodCreate(String^)

Creates a new ILogger instance of the given name.

Return to top
Show: