Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🚌 NLog logger integration for Rebus

License

NotificationsYou must be signed in to change notification settings

rebus-org/Rebus.NLog

Repository files navigation

install from nuget

Provides an NLog logger integration forRebus.

How to use it

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

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp