Method CreateLogger
CreateLogger(string)
Creates a new instance of CustomLogger with the specified category name.
public ILogger CreateLogger(string categoryName)
Parameters
categoryName
stringThe category name for the logger.
Returns
- ILogger
An instance of CustomLogger.