ILoggerFactory::Create Method (String^)

 

Creates a new ILogger instance of the given name.

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

ILogger^ Create(
	String^ name
)

Parameters

name
Type: System::String^

The name of the logger.

Return Value

Type: Microsoft.Owin.Logging::ILogger^

The created ILogger.

Return to top
Show: