C# Class NServiceBus.Logging.LoggingFactoryDefinition

Base class for logging definitions.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes protégées

Méthode Description
GetLoggingFactory ( ) : ILoggerFactory

Constructs an instance of ILoggerFactory for use by LogManager.Use{T}.

Method Details

GetLoggingFactory() protected abstract méthode

Constructs an instance of ILoggerFactory for use by LogManager.Use{T}.
protected abstract GetLoggingFactory ( ) : ILoggerFactory
Résultat ILoggerFactory