Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Particular/NServiceBus.CommonLogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NServiceBus.CommonLogging

Add support for sending NServiceBus logging message through CommonLogging

Nuget

http://nuget.org/packages/NServiceBus.CommonLogging/

PM> Install-Package NServiceBus.CommonLogging

Usage

Perform the following before configuring NServiceBus

LogManager.Adapter = new ConsoleOutLoggerFactoryAdapter();

NServiceBus.Logging.LogManager.Use<CommonLoggingFactory>();