- Notifications
You must be signed in to change notification settings - Fork2
🚌 NLog logger integration for Rebus
License
NotificationsYou must be signed in to change notification settings
rebus-org/Rebus.NLog
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Provides an NLog logger integration forRebus.
When you configure Rebus by calling the ordinary configuration spell
Configure.With(yourFavoriteContainerAdapter).Transport(t=>t.UseYourFavoriteTransport("with-this-queue")).Start();
Rebus will default to log things to the console, using colors to differentiate between the four different log levels used.
You can make Rebus use NLog like this:
Configure.With(yourFavoriteContainerAdapter).Logging(l=>l.NLog()).Transport(t=>t.UseYourFavoriteTransport("with-this-queue")).Start();
and that's basically it :)
Please check outthe NLog site for details on how to configure NLog.
About
🚌 NLog logger integration for Rebus
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
