次の方法で共有


DiagnosticsLoggerFactory.Create Method (String)

 

Creates a new DiagnosticsLogger for the given component name.

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

Syntax

public ILogger Create(
    string name
)
public:
virtual ILogger^ Create(
    String^ name
) sealed
abstract Create : 
        name:string -> ILogger
override Create : 
        name:string -> ILogger
Public Function Create (
    name As String
) As ILogger

Parameters

Return Value

Type: Microsoft.Owin.Logging.ILogger

The created ILogger.

Implements

ILoggerFactory.Create(String)

See Also

DiagnosticsLoggerFactory Class
Microsoft.Owin.Logging Namespace

Return to top