C# Class Helios.Logging.NoOpLoggerFactory

Factory for creating NoOpLoggers, which don't actually log anything
Inheritance: LoggingFactory
Afficher le fichier Open project: helios-io/helios

Méthodes protégées

Méthode Description
NewInstance ( string name ) : ILogger

Method Details

NewInstance() protected méthode

protected NewInstance ( string name ) : ILogger
name string
Résultat ILogger