C# Class ActionAdapter, FodyAddinSamples

Inheritance: ILoggerFactoryAdapter
Afficher le fichier Open project: Fody/FodyAddinSamples Class Usage Examples

Méthodes publiques

Méthode Description
GetLogger ( Type type ) : ILog
GetLogger ( string name ) : ILog

Method Details

GetLogger() public méthode

public GetLogger ( Type type ) : ILog
type Type
Résultat ILog

GetLogger() public méthode

public GetLogger ( string name ) : ILog
name string
Résultat ILog