Vector35 / Vector35/binaryninja-api
Update log redirect APIs to be able to specify a single logger
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 298
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 19
Description
What is the feature you'd like to have?
It would be great if there could be an update to the log API that lets you specify which logger you want to log to stdout/stderr.
Is your feature request related to a problem?
I want to output a single logger's content to stdout, but I cannot do that.
Are any alternative solutions acceptable?
None that I can think of.
Additional Information:
Should probably check other log functions that redirect output to see if they can also be updated to handle a single logger. Also might be nice to be able to hand it a set of loggers rather than a single one.
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 log APIs that redirect output to stdout or stderr, then review how they currently select loggers. Decide whether the interface should support one logger, a set of loggers, or both. Done means the selected logger output can be redirected without affecting unrelated loggers, with the other redirect APIs considered as noted in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100