Commit 58ad526
committed
Makes
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.SubstituteLogger location aware1 parent 69c333d commit 58ad526
File tree
3 files changed
+222
-100
lines changed- slf4j-api/src
- main/java/org/slf4j
- event
- helpers
- test/java/org/slf4j/helpers
3 files changed
+222
-100
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments