This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
Logging 'withContext' and 'withAllLimits' #18
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
Not related to a problem, just love the way that this has been architected and would love to contribute and add new features 😄
Describe the solution you'd like
Using the pattern already implemented for the methods such as 'withRequest', 'withResponse', 'withException' and 'withQuery', implementing the following two new methods:
Describe alternatives you've considered
It seemed a shame to house this type of functionality in an extended publishing function of the logging outside of this class. Not sure if the naming paradigm should be 'includeContext' and 'includeAllLimits' so it could read something like:
Additional context
Happy to do a draft branch but just wanted to gauge thoughts on the idea first.
The text was updated successfully, but these errors were encountered: