Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align the logging approach with Microsoft and Rebus guidelines. #13

Merged

Conversation

idoroshenko
Copy link

  1. Align the logging approach with Microsoft and Rebus guidelines.
  2. Provide the ability to access an Error object in the custom ILog implementations.

Reasoning:
We have a request in our project to handle connectivity and network errors differently. That's achievable by implementing a custom ILog logger class and reading the ErrorCode property of the Error class. So it would be useful to have an Error object available also from the Rebus.Kafka originated errors.

@glazkovalex glazkovalex merged commit 1603550 into glazkovalex:master Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants