DiagnosticsLoggerFactory.Create(String) Method

Definition

Creates a new DiagnosticsLogger for the given component name.

public Microsoft.Owin.Logging.ILogger Create (string name);
abstract member Create : string -> Microsoft.Owin.Logging.ILogger
override this.Create : string -> Microsoft.Owin.Logging.ILogger
Public Function Create (name As String) As ILogger

Parameters

name
String

Returns

Implements

Applies to