Свойство | Type | Description | |
---|---|---|---|
LoggerFactoryAdapters | List |
Méthode | Description | |
---|---|---|
GetLogger ( |
Get a ILog instance by type.
|
|
GetLogger ( string loggerName ) : ILog |
Gets the logger.
|
|
MultiLoggerFactoryAdapter ( ) : System |
Initializes a new instance of the MultiLoggerFactoryAdapter class.
|
|
MultiLoggerFactoryAdapter ( List |
Initializes a new instance of the MultiLoggerFactoryAdapter class.
|
|
MultiLoggerFactoryAdapter ( NameValueCollection properties ) : System |
public GetLogger ( |
||
type | The type to use for the logger | |
Résultat | ILog |
public GetLogger ( string loggerName ) : ILog | ||
loggerName | string | Name of the logger. |
Résultat | ILog |
public MultiLoggerFactoryAdapter ( ) : System | ||
Résultat | System |
public MultiLoggerFactoryAdapter ( List |
||
factoryAdapters | List |
The factory adapters. |
Résultat | System |
public MultiLoggerFactoryAdapter ( NameValueCollection properties ) : System | ||
properties | NameValueCollection | |
Résultat | System |