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.Create Method (String)

 

Creates a new ILogger instance of the given name.

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

Function Create (
	name As String
) As ILogger

Parameters

name
Type: System.String

The name of the logger.

Return Value

Type: Microsoft.Owin.Logging.ILogger

The created ILogger.

Return to top
Show: