GetLogger(string)
Gets an ILogger given a category name.
Declaration
public ILogger GetLogger(string categoryName)Parameters
| Type | Name | Description |
|---|---|---|
| string | categoryName | The name of the category (as returned by GetLoggerName). |
Returns
| Type | Description |
|---|---|
| ILogger | An ILogger whose category name is |