JakeWharton / JakeWharton/hugo
Log particular statement Also
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 7.9k
- Forks
- 792
- PR merge metrics
- No merged PRs in 30d
Description
Currently we are allowing logging of methods, can we have it same for particular line or variable.
For example:
@Log
String check = "some value returned";
Logcat:
someMethodName.check = "some value returned"
Something like this. At few places I wouldn't want whole message to log, just particular line what value are we getting there.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points; start by reviewing the existing method-logging implementation and how Logcat output is produced. Done means a contributor can mark an individual line or variable for logging without enabling the whole method, with output identifying the method and value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100