C# Class NDomain.Logging.TraceLoggerFactory

ILoggerFactory implementation that returns ILogger implementations that use the Trace.
Inheritance: ILoggerFactory
Afficher le fichier Open project: mfelicio/NDomain

Méthodes publiques

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

Method Details

GetLogger() public méthode

public GetLogger ( Type type ) : ILogger
type System.Type
Résultat ILogger

GetLogger() public méthode

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