C# Class Helios.Logging.NoOpLogger

Logger that does nothing.
Inheritance: LoggingAdapter
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

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

Méthodes protégées

Méthode Description
DebugInternal ( Debug message ) : void
ErrorInternal ( Error message ) : void
InfoInternal ( Info message ) : void
WarningInternal ( Warning message ) : void

Private Methods

Méthode Description
NoOpLogger ( )

Method Details

DebugInternal() protected méthode

protected DebugInternal ( Debug message ) : void
message Debug
Résultat void

ErrorInternal() protected méthode

protected ErrorInternal ( Error message ) : void
message Error
Résultat void

InfoInternal() protected méthode

protected InfoInternal ( Info message ) : void
message Info
Résultat void

WarningInternal() protected méthode

protected WarningInternal ( Warning message ) : void
message Warning
Résultat void

Property Details

Instance public_oe static_oe property

public static NoOpLogger,Helios.Logging Instance
Résultat NoOpLogger