C# Class NServiceBus.Logging.LoggingFactoryDefinition

Base class for logging definitions.
Show file Open project: Particular/NServiceBus

Protected Methods

Method Description
GetLoggingFactory ( ) : ILoggerFactory

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

Method Details

GetLoggingFactory() protected abstract method

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