JakeWharton / JakeWharton/hugo

Log particular statement Also

Open
#73 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.