C# Class Helios.Logging.NoOpLoggerFactory

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

Protected Methods

Method Description
NewInstance ( string name ) : ILogger

Method Details

NewInstance() protected method

protected NewInstance ( string name ) : ILogger
name string
return ILogger