overloaded tee function for logger
Open
Nobody has claimed this yet.
design discussion required
hacktoberfest
help wanted
- Dominant language
- Kotlin
- Stars
- 24
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Provide tee overloads which can accept only select log methods:
myChain.tee(logger::debug)
myChain.tee(logger::info)
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
Start by locating the existing tee function and its logger-related overloads in the Kotlin source. Trace how logger::debug and logger::info are accepted, then verify that both example calls compile and preserve the existing chain behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100