Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new ILogger instance of the given name.
public Microsoft.Owin.Logging.ILogger Create (string name);
abstract member Create : string -> Microsoft.Owin.Logging.ILogger
Public Function Create (name As String) As ILogger