Method CreateLogger
CreateLogger(string)
Creates a new ILogger instance.
public ILogger CreateLogger(string categoryName)
Parameters
categoryName
stringThe category name for messages produced by the logger.
Creates a new ILogger instance.
public ILogger CreateLogger(string categoryName)
categoryName
stringThe category name for messages produced by the logger.