-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Feature: Caller Member on Static Default Logger #569
Conversation
Looks like the API tests are failing at the moment btw. |
busy couple of months. need to sort some test coverage as well |
Codecov Report
@@ Coverage Diff @@
## main #569 +/- ##
==========================================
+ Coverage 70.14% 71.78% +1.63%
==========================================
Files 98 99 +1
Lines 4569 4717 +148
==========================================
+ Hits 3205 3386 +181
+ Misses 1364 1331 -33
Continue to review full report at Codecov.
|
As part of this pr can you bump the version.json file. Once you've merge this pr we'll get it to do a release |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What kind of change does this PR introduce?
Closes #341 adds a static logging interface and default implementation for capturing callermemberdata.
What is the current behavior?
static logger doesn't have context information
What is the new behavior?
What might this PR break?
the interface has new, currently hasn't got any of the param array methods, so if anyone using them on the default logger, it will break their build.
Please check if the PR fulfills these requirements
Other information:
WIP - need to update api approval and tests