GetLogger(string, Type)
Declaration
ILogger GetLogger(string role, Type type)Parameters
| Type | Name | Description |
|---|---|---|
| string | role | The role for which the logger is requested. |
| Type | type | The type of the source code that will emit the records. |
Returns
| Type | Description |
|---|---|
| ILogger | An instance of the ILogger interface for |