Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new ILogger instance of the given name.
Namespace:   Microsoft.Owin.Logging
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
ILogger Create(
    string name
)
ILogger^ Create(
    String^ name
)
abstract Create : 
        name:string -> ILogger
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.
See Also
ILoggerFactory Interface
Microsoft.Owin.Logging Namespace
Return to top