Method ILoggerFactory3.GetLogger
ILoggerFactory3.GetLogger(Type)
Declaration
ILogger3 ILoggerFactory3.GetLogger(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
ILogger3 |
Implements
ILoggerFactory3.GetLogger(String)
Declaration
ILogger3 ILoggerFactory3.GetLogger(string sourceName)
Parameters
Type | Name | Description |
---|---|---|
String | sourceName |
Returns
Type | Description |
---|---|
ILogger3 |