medly / medly/ktee

overloaded tee function for logger

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.