-
Notifications
You must be signed in to change notification settings - Fork 42
#74 Console.WriteLine has been replaced with EventSource #79
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
Conversation
This is great! Thank you. I'll update the ApiApproval test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's one instance of Console
that needs to be updated:
Would it be possible to make this implementation the same or very similar to here: If your implementation in this pull request (#79) has advantages, please let me know what they are. The reason I ask is that I was planning to use the |
Codecov Report
@@ Coverage Diff @@
## main #79 +/- ##
==========================================
+ Coverage 90.66% 90.88% +0.21%
==========================================
Files 66 69 +3
Lines 4436 4532 +96
Branches 261 264 +3
==========================================
+ Hits 4022 4119 +97
+ Misses 357 353 -4
- Partials 57 60 +3
Continue to review full report at Codecov.
|
Fixed. My bad.
I thought the implementations were similar :)
|
@0UserName thanks for the explanation. It is very valuable to know for a review. This looks great. |
EventSource-based logger that implements the following interface:
Also added several tests verifying the basic aspects: event level match, payload name match, payload match (occurrence).
Fixes #74