Introduce logging possibility in bean mapper

Open
#61 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
java
Domain
backend

Research direction

Start by locating the bean mapper implementation and reviewing issue #34 to understand the rejected logging-facade approach. Clarify which mapping events need exposure and whether a Consumer or another interface is expected. Done means the logging mechanism and its scope are agreed and covered by appropriate tests.

Written by the indexing model from the issue text.

Description

beanmapper

The bean mapper is quite complicated and it would be pretty neat if we could have a way to log some of the stuff that's happening. Ideally this would happen with a logging facade (#34) but as we saw that this isn't feasible we could maybe keep it simple and just provide a means of passing in a Consumer<String> or something a little more polished.

Dominant language
Java
Stars
44
Forks
21
Avg merge
2d 2h
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

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.

More from AuthMe/ConfigMe

All issues in AuthMe/ConfigMe

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.