Getting Started
Architecture
NServiceBus
Transports
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Samples

Common.Logging

NuGet Package: NServiceBus.CommonLogging (5.x)
Target Version: NServiceBus 7.x

The NServiceBus.CommonLogging package provides support for writing NServiceBus log entries to Common.Logging. Common.Logging provides a simple logging abstraction to switch between different logging implementations, similar to Microsoft.Extensions.Logging.

Usage

LogManager.Adapter = new ConsoleOutLoggerFactoryAdapter();
NServiceBus.Logging.LogManager.Use<CommonLoggingFactory>();

Samples