DiagnosticsLoggerFactory.Create(String) Method
Definition
Important
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 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