Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes
SubstituteLogger
location aware
Currently, `SubstituteLogger` neither supports location information from upstream callers nor passes location information to the delegated logger. This PR: - implements `LocationAwareLogger`, which allows upstream callers to pass location information both through the `LocationAwareLogger` API and the fluent API. - sets the correct caller boundary, when the classic API methods are invoked.
- Loading branch information