C# Class NDomain.Logging.NullLoggerFactory

ILoggerFactory implementation to be used when no logging is intended. Besides unit tests, this should never be used.
Inheritance: ILoggerFactory
Afficher le fichier Open project: mfelicio/NDomain

Méthodes publiques

Свойство Type Description
Instance ILoggerFactory

Méthodes publiques

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

Private Methods

Méthode Description
NullLoggerFactory ( ) : System

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

Property Details

Instance public_oe static_oe property

Singleton instance for the NullLoggerFactory
public static ILoggerFactory Instance
Résultat ILoggerFactory