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
name
Type: System.StringThe name of the logger.
Return Value
Type: Microsoft.Owin.Logging.ILogger
The created ILogger.
Implements
See Also
DiagnosticsLoggerFactory Class
Microsoft.Owin.Logging Namespace
Return to top